https://github.com/thomasretornaz/poutre
Generic ImageProcessing library
https://github.com/thomasretornaz/poutre
boost cpp14 generic genericity image-processing intrinsics morphology python simd-intrinsics
Last synced: 4 months ago
JSON representation
Generic ImageProcessing library
- Host: GitHub
- URL: https://github.com/thomasretornaz/poutre
- Owner: ThomasRetornaz
- License: other
- Created: 2019-07-01T00:59:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T12:30:11.000Z (over 1 year ago)
- Last Synced: 2025-06-02T20:09:23.293Z (4 months ago)
- Topics: boost, cpp14, generic, genericity, image-processing, intrinsics, morphology, python, simd-intrinsics
- Language: C++
- Homepage:
- Size: 11.8 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
Poutre
=======[](https://travis-ci.org/ThomasRetornaz/poutre)
[](https://ci.appveyor.com/project/ThomasRetornaz/poutre)
[](https://coveralls.io/github/ThomasRetornaz/poutre?branch=master)## 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**