I\'m confused by the OpenCV Mat element types. This is from the docs:
There is a limited fixed set of primitive data types the library can operate on. That i
You can find all definitions on your questions in opencv's sources.
See https://github.com/Itseez/opencv/blob/master/modules/core/include/opencv2/core/cvdef.h file.