An open API service indexing awesome lists of open source software.

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++

Awesome Lists containing this project

README

          

# Imagine++

[![GitHub license](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://raw.githubusercontent.com/Ethiy/imagine-pp/master/LICENSE)

| Environment | Status |
| ------------------------ |:-------------:|
| Linux | [![Build Status](https://travis-ci.org/Ethiy/imagine-pp.svg?branch=master)](https://travis-ci.org/Ethiy/imagine-pp)|
| Darwin |[![Build Status](https://travis-ci.org/Ethiy/imagine-pp.svg?branch=master)](https://travis-ci.org/Ethiy/imagine-pp)|
| Windows | [![Build Status](https://ci.appveyor.com/api/projects/status/94v86tb23191aabt/branch/master?svg=true)](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.