Skip to content

Generic ImageProcessing library

License

Unknown, BSL-1.0 licenses found

Licenses found

Unknown
COPYING.txt
BSL-1.0
LICENSE_1_0.txt
Notifications You must be signed in to change notification settings

ThomasRetornaz/poutre

Repository files navigation

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