1 | initial version |
NVIDIA divide npp into 3 libraries.
libnppc.so is general libnppi.so is for image processing libnpps.so is for signal processing
So, just a hack for now open your CMakeCache.txt and manually set it to your path. Like following //"npp" library CUDA_npp_LIBRARY:FILEPATH=/opt/cuda/lib64/libnppc.so;/opt/cuda/lib64/libnppi.so
I guess it'll be fixed in next version of cmake. Anyway we should workaround it in OpenCV.