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

Fix for SWIG OpenCV namespace error #2

Closed petermoz closed 11 years ago

petermoz commented 11 years ago

'using' directive doesn't work with SWIG, so added preprocessor exclusion