First time here? Check out the FAQ!
answered 2012-06-26 11:09:02 -0600
Yes, OpenCV 2.4.1 adds such functionality, you can check ChangeLog for the sample code.
BTW, for debugging purposes you can use something like this:
cout << myMatrix << endl;