Ecosyste.ms: Awesome

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

https://github.com/nourani/LBP

C++ implementation of the Local Binary Pattern texture descriptors. This class integrates with OpenCV and FFTW3 to bring a complete and fast implementation of the popular descriptors: LBP u2, ri, riu2 & hf. The routines for calculating these descriptors are inspired by the Matlab code of the original authors.
https://github.com/nourani/LBP

Last synced: about 2 months ago
JSON representation

C++ implementation of the Local Binary Pattern texture descriptors. This class integrates with OpenCV and FFTW3 to bring a complete and fast implementation of the popular descriptors: LBP u2, ri, riu2 & hf. The routines for calculating these descriptors are inspired by the Matlab code of the original authors.

Lists

README

        

LBP
===

C++ (with Python wrapper) implementation of the Local Binary Pattern (LBP) texture descriptors with Python bindings.

A simple single-class interface, which integrates with OpenCV and FFTW3 to bring a complete and fast implementation of the popular descriptors: LBP u2, ri, riu2 & hf.

The routines for calculating these descriptors are inspired by the Matlab code of the original authors.