diff options
Diffstat (limited to 'libraries/iulib/README')
-rw-r--r-- | libraries/iulib/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/iulib/README b/libraries/iulib/README new file mode 100644 index 0000000000..26af136cb4 --- /dev/null +++ b/libraries/iulib/README @@ -0,0 +1,7 @@ +Iulib is a library of image understanding-related algorithms. It provides +basic image processing, mathematical morphology, and machine learning +algorithms. Iulib implements easy-to-use image and video I/O functions, as +well as a large number of common image processing functions. + +Design goals are high portability, easy-to-understand algorithms, no reliance +on STL, and using a minimal set of data structures. |