class Mat definition

asked 2015-11-29 13:18:31 -0600

Chana gravatar image

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!

edit retag flag offensive close merge delete

Comments

http://docs.opencv.org/ref/master/d3/...

(and the declaration is in mat.hpp, try harder !)

berak gravatar imageberak ( 2015-11-30 01:59:20 -0600 )edit

Wow correct me if I am wrong, but are you trying to isolate OpenCV types from the OpenCV library? o_O

StevenPuttemans gravatar imageStevenPuttemans ( 2015-11-30 03:00:34 -0600 )edit

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!

Chana gravatar imageChana ( 2015-12-06 05:39:40 -0600 )edit