ThomasRetornaz / poutre

Generic ImageProcessing library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poutre

Travis: GCC + CLang Appveyor: Visual 2019 Coverage Status

Rationale

Poutre is a open-source image processing framework, with a focus on Mathematical Morphology.
It provide a moder c++ interface, genericity, with trying to not compromize speed. It use hively cpu intrinsics for low level code optimizations.
The core of Poutre is entirely written in C++, mainly using templatized code and metaprogramming.
It provided generic code for 1d(signal),2d(Image) and higher level tensor.

Licence

It is released under the very permissive Boost license.

Dependencies

  • Dependencies are downloaded during configure thanks to cmake ExternalProject facility

Status

WIP

About

Generic ImageProcessing library

License:Other


Languages

Language:C++ 83.4%Language:CMake 16.6%Language:Python 0.0%