Skip to content

iclcv/homebrew-formulas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Image Component Library

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

Installation

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.

Prerequisite

Tab the required repository.

brew tap iclcv/formulas

After this you can continue with either the basic, extended or the full installation instructions.

Basic Installation

The basic installation includes Qt5, OpenCV, ImageMagick, Libav and Firewire (Camera) support.

brew install icl

Extended Features

Extends the basic feature set with bindings and wrappers for libfreenect, RSB, Bullet and PCL.

brew install icl --with-extra

All Available Features

Includes all the above mentioned features plus 0MQ, OpenNI and support for additional USB devices.

brew install icl --with-full

Test

brew test icl

Releases

No releases published

Packages

No packages published

Languages