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.
GNU General Public License v3.0
97 stars 60 forks source link

Added getLBPImage method to python bindings #5

Closed petermoz closed 11 years ago

petermoz commented 11 years ago

Works for me at least :) Let me know if you have any issues.

nourani commented 11 years ago

Thanks for that.