Skip to content

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.

License

xfbingshan/LBP

 
 

Repository files navigation

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.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 57.4%
  • C++ 33.5%
  • Cuda 5.7%
  • CMake 3.0%
  • Python 0.4%