Where to find /opencv2/gpu/gpu.hpp in Opencv 3.1.0
I have recently installed OpenCV 3.1.0 from git, with CUDA enabled while installation. Now when I try to compile my code using a Makefile , I get the following error. fatal error: opencv2/gpu/gpu.hpp: No such file or directory compilation terminated. When I checked /usr/local/include/opencv2/gpu (where gpu.hpp resides in earlier versions of openCV), I couldn't find that. Is there any equivalent to this file in OpenCV3.1.0. Or am I doing or understanding something in the wrong way.
Please help
there is no more gpu module in opencv3. i guess, you're trying with code, that worked nice with opencv2.4 ?
Yeah, you are correct I am using a code from link, which used older versions of OpenCV and CUDA. thankyou.
@berak can you please suggest a link from where I can get knowledge of GPU coding for OpenCV 3.1.0 I couldn't find anything other than this link
maybe take a look, how the gpu samples handle it ?