Environment | Status |
---|---|
Linux | |
Darwin | |
Windows |
This is a fork of the Imagine++ project developped by Imagine research group. If you are looking for a lightweight Image Processing and Computer Vision C++ library, I recommend to check out this library.
This Library contains four publicly available modules:
- The Common Library: providing basic types and utilities.
- The LinAlg Library: providing linear algebra types and algorithms
- The Graphics Library: providing convenient 2D and 3D displays
- The Images Library: providing image containers and algorithms
For more details you should check The official website. I find it very well documented. You should also note that it builds on various Platforms(Linux, OsX and Windows).
This Project is available under the BSD License. Third Party Libraries used in the project are distributed as follows:
Library | License |
---|---|
Eigen | MPL v2.0 |
Darwin | LGPL v2.1 |
More details are available in LICENSE file.