From 21958ef7ba7e8961f2fa26c4d93b34f9b5810074 Mon Sep 17 00:00:00 2001 From: Pierre Cazenave Date: Fri, 30 Jul 2010 02:25:12 -0500 Subject: libraries/iulib: Added (image understanding library) Signed-off-by: Robby Workman --- libraries/iulib/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libraries/iulib/README (limited to 'libraries/iulib/README') 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. -- cgit v1.2.3-80-g2a13