First time here? Check out the FAQ!
answered 2017-11-08 03:01:52 -0600
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