I'm writing object tracking software in C++ and using OpenCV and highgui. The problem I have right now is that even after sudo yum install opencv and using the yumex frontend to ensure that all of the packages were installed, cv.h is not found when I try to compile.
I looked in /usr/include/ and there's no trace of opencv. What's going on and how can I fix this?