We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For debugging purposes in case you want to look up a raw Mat::type in a debugger:
Mat::type
So for example, if type = 30 then OpenCV data type is CV_64FC4. If type = 50 then the OpenCV data type is CV_16UC(7).
CV_64FC4
CV_16UC(7)
How to find out what type of a Mat object is with Mat::type() in OpenCV?