Reputation: 185
I am a newbie to OpenCV. Followed the openCV tutorial. Now when i Build the project, the error comes. It says the include directory imgproc.hpp was not found. When i checked in the opencv/include/opencv2 folder, there were no imgproc.hpp and ml.hpp and video.hpp files. Please help. Working on Win32 and OpenCV2.4
Upvotes: 1
Views: 4474
Reputation: 93410
You might be missing a directory, try: opencv/include/opencv2/imgproc/imgproc.hpp
Upvotes: 2