As we know, the type of Mat
can get by member function Mat::type
. But I want to get the type of element. I mean the int
, uchar
, and double
and so on is expected. Anyone can give me some thinking?
1 | initial version |
As we know, the type of Mat
can get by member function Mat::type
. But I want to get the type of element. I mean the int
, uchar
, and double
and so on is expected. Anyone can give me some thinking?