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

Error in LBP_MAPPING_NONE #6

Closed andreamaiese closed 11 years ago

andreamaiese commented 11 years ago

Hi Navid, I'm trying your code (is a great job) and if I use LBP_MAPPING_NONE I get this error:

cattura

nourani commented 11 years ago

Hi and thanks for reporting the bug. It has now been fixed.