When declaring cv::Mat mat on my Header file. I encounter an error : "Unresolved External Symbol"
I included these already:
#include <opencv2/opencv.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
Versions: QT 4.2.0 | Open CV 4.1.0