标签: c++ opencv integer unsigned
为什么在OpenCV中没有定义32位无符号整数数据类型?
存在8位和16位无符号数据类型:CV_8U和CV_16U
CV_8U
CV_16U
以及32位有符号数据类型:CV_32S
CV_32S