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

hi, there is no LBPGPU.cu file. #7

Closed kingvision closed 9 years ago

kingvision commented 10 years ago

can you give me the LBPGPU.cu and LBPGPU.cuh files?

nourani commented 9 years ago

Thanks for notifying me about this. I have added the files.

NOTE: as I mentioned in the commit message, I made these files to try out what would be required to perform LBP using the GPU. I do not guarantee these work entirely correct, although I have tested them briefly.

NOTE2: I would appreciate any help in developing these further. I am no GPU programmer myself