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

LBPGPU does not exist #8

Closed deter3 closed 8 years ago

deter3 commented 8 years ago

when I try to compile on mac ,

I got

Make Error at CMakeLists.txt:79 (install): install TARGETS given target "LBPGPU" which does not exist in this directory.

I check LBPGPU is an option in CMakeLists , Can I compile without LBPGPU ?

nourani commented 8 years ago

Hi, I have updated the CMakeList file. This should solve your issue.

The problem was that you had chosen not to build the GPU code. As such, there was no GPU file to be installed.