class Mat definition
We have downloaded opencv2 and try to include class Mat in our project. The file mat.hpp found in directory: \opencv\sources\modules\core\include\opencv2\core includes the definitions of the functions of Mat but doesn't include the class decleration. We need a full definition of the class includinf it's decleration and it's function definitions Thanks!
http://docs.opencv.org/ref/master/d3/...
(and the declaration is in mat.hpp, try harder !)
Wow correct me if I am wrong, but are you trying to isolate OpenCV types from the OpenCV library? o_O
berak, as you said the declaration of mat is in mat.hpp, so maybe you have a different idea what's the problem with our use of objects of mat?- wer'e getting tons of unresolved external symbol errors etc. thank!