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

Would you please implement and include the histogram refinement explained in https://github.com/Ashwani21/Local-texture-descriptors in this repo. #17

Open Ashwani21 opened 6 years ago

Ashwani21 commented 6 years ago

Histogram refinement results in https://github.com/Ashwani21/Local-texture-descriptors are very promising.

nourani commented 6 years ago

Hi @Ashwani21 , You are more than welcome to implement it yourself and do a merge request :) Cheers Navid