diff options
author | Pierre Cazenave <pwcazenave at gmail {dot} com> | 2010-07-30 02:25:12 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-07-31 22:31:51 -0500 |
commit | 21958ef7ba7e8961f2fa26c4d93b34f9b5810074 (patch) | |
tree | 1e3030368b892d92af929cd4c5c9626ab9f8381e /libraries/iulib/README | |
parent | dd30c9a90adcaf8b59ce0ddb6a14d255d3f00ad1 (diff) | |
download | slackbuilds-21958ef7ba7e8961f2fa26c4d93b34f9b5810074.tar.gz |
libraries/iulib: Added (image understanding library)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
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. |