Possible Duplicate:
OpenCV on ubuntu 11.10
I am a new user of OpenCV and Linux so maybe my question is very obvious; if so I apologize.
I downloaded OpenCV version 2.4.3 for Linux which looks like the latest version. I have been trying to do some of the tutorials that require the image processing library. These tutorials all use #include "opencv2/imgproc/imgproc.hpp".
However, after doing a "locate imgproc.hpp" in the terminal I come up with no results. It looks as though the image processing library is not included in OpenCV version 2.4.3 or somehow I downloaded it incorrectly. I seem to have all of the other header and hpp files though.
Is there a way to access the image processing library?
Thank you