Ask Your Question

Chana's profile - activity

2015-12-06 05:39:40 -0600 commented question class Mat definition

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!

2015-12-06 05:24:38 -0600 asked a question Problems with using objects of Mat

I'm trying to run the attached code, and I'm getting errors about the objects of the class Mat. I tried adding the file Mat.hpp to the code and it didn't help. though the code itself isn't problematic- other pepole on that forum used it and it worked. so I guess something's wrong with how I'm using the class or with how I'm using openCV in general. If someone can guide me I'll be very happy. Thank you very much!!!

link text

2015-11-29 22:50:29 -0600 asked a question 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!