摘要:
学OpenCV 颜色模型之间可以互相转换 书中代码,对于通道的数据类型,用的固定值,实际上应当计算出来 1 int type = img.type(); 2 int channel = CV_MAT_CN(type);//获得channel个数 3 int type_val = type & CV_ 阅读全文
posted @ 2024-08-20 16:46
王林森
阅读(18)
评论(0)
推荐(0)