mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
1f9283c353
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
9 lines
441 B
Text
9 lines
441 B
Text
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.
|
|
|
|
This requires SDL_gfx.
|