Ask Your Question

OanaI94's profile - activity

2016-10-03 09:23:36 -0600 asked a question Can't find "modules/dnn/opencl_kernels_dnn.hpp" for SURF opencv

Hello!

I am trying to use the SURF algorithm from opencv_contrib git:https://github.com/opencv/opencv_contrib. However, when trying to build the repo I have the error: .../opencv3.0.0/contrib/modules/dnn/src/layers/lrn_layer.cpp:45:10: fatal error: 'modules/dnn/opencl_kernels_dnn.hpp' file not found

The opencl_kernel_dnn.hpp file is missing. Do you have any idea how to solve this? Thank you!