Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

In C++

The only solution I've found was this: print types

In Java (but I'm not so familar with Java)

It seems to be easier: System.out.println(CvType.typeToString(yourMat)); see