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

Resolves issue #10 - Having trouble building in Visual Studio 2015 #13

Closed fmigneault closed 7 years ago

fmigneault commented 7 years ago

Resolves issue #10

nourani commented 7 years ago

Awesome! Thanks for the fix @KenjiKyo