https://github.com/ethiy/imagine-pp
This is a fork of the Imagine++ project: http://imagine.enpc.fr/~monasse/Imagine++
https://github.com/ethiy/imagine-pp
bsd-license cpp eigen-library image-processing multi-array opengl qt5
Last synced: 12 months ago
JSON representation
This is a fork of the Imagine++ project: http://imagine.enpc.fr/~monasse/Imagine++
- Host: GitHub
- URL: https://github.com/ethiy/imagine-pp
- Owner: ethiy
- License: other
- Created: 2017-03-09T09:49:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T16:55:13.000Z (about 9 years ago)
- Last Synced: 2025-02-08T05:28:14.631Z (about 1 year ago)
- Topics: bsd-license, cpp, eigen-library, image-processing, multi-array, opengl, qt5
- Language: C++
- Homepage:
- Size: 6.87 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Imagine++
[](https://raw.githubusercontent.com/Ethiy/imagine-pp/master/LICENSE)
| Environment | Status |
| ------------------------ |:-------------:|
| Linux | [](https://travis-ci.org/Ethiy/imagine-pp)|
| Darwin |[](https://travis-ci.org/Ethiy/imagine-pp)|
| Windows | [](https://ci.appveyor.com/project/Ethiy/imagine-pp/branch/master)|
## Disclaimer
This is a fork of the [Imagine++ project](http://imagine.enpc.fr/~monasse/Imagine++) developped by [Imagine research group](http://imagine.enpc.fr).
If you are looking for a lightweight Image Processing and Computer Vision C++ library, I recommend to check out this library.
## Introduction
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](http://imagine.enpc.fr/~monasse/Imagine++/index.html). I find it very well documented. You should also note that it builds on various Platforms(Linux, OsX and Windows).
## Copyright
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](https://github.com/Ethiy/imagine-pp/blob/master/LICENSE) file.