Problem with opencv2
i need to include the following files:
#include "opencv2\opencv.hpp"
#include "opencv2\highgui\highgui.hpp"
#include "opencv2\imgproc\imgproc.hpp"
but i always get this error. Opencv2\opencv.hpp: No such file or directory
what shld i do?
will adding this line <depend package="opencv2"/> solve the problem?