ICL is a novel C++ computer-vision library developed in the neuroinformatics group of the university of Bielefeld and in CITEC. It unifies both, performance and user friendliness. ICL provides a large set of simple-to-use classes and functions to facilitate development of complex computer vision applications.
homepage: http://www.iclcv.org
code: https://opensource.cit-ec.de/projects/icl
The instructions focus exclusively on installation via Homebrew on OSX. For instructions on how to build ICL from source for Linux and Windows, please refer to the project pages.
Tab the required repository.
brew tap iclcv/formulas
After this you can continue with either the basic, extended or the full installation instructions.
The basic installation includes Qt5, OpenCV, ImageMagick, Libav and Firewire (Camera) support.
brew install icl
Extends the basic feature set with bindings and wrappers for libfreenect, RSB, Bullet and PCL.
brew install icl --with-extra
Includes all the above mentioned features plus 0MQ, OpenNI and support for additional USB devices.
brew install icl --with-full
brew test icl