Ankit Gupta
Ankit Gupta

Reputation: 185

OpenCV library file not present(imgproc.hpp) in Windows

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

Answers (1)

karlphillip
karlphillip

Reputation: 93410

You might be missing a directory, try: opencv/include/opencv2/imgproc/imgproc.hpp

Upvotes: 2

Related Questions