Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

how to print out (display) a matrix

i create a matrix like this double a[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 };

CvMat Ma=cvMat(3, 4, CV_64FC1, a);

and i want to print out (display) this matrix but i cant i look for on the internet and learning opencv but i cant find a procedure for print out matrix please help me about 1 day i confuse