OpenCV Mat element types and their sizes

后端 未结 6 1784
滥情空心
滥情空心 2020-12-05 10:08

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         


        
6条回答
  •  被撕碎了的回忆
    2020-12-05 10:14

    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.

提交回复
热议问题