Skip to content
/ LBP Public

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

Notifications You must be signed in to change notification settings

nourani/LBP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ef08b28 · Dec 11, 2017

History

50 Commits
Nov 8, 2016
Jan 7, 2017
Dec 7, 2017
Jan 7, 2017
Nov 18, 2014
Nov 18, 2014
Apr 9, 2014
Nov 8, 2016
Feb 10, 2013
Mar 22, 2013
Feb 10, 2013
Feb 10, 2013

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