摘要:
1 void RgbConvToGray(const Mat& inputImage, Mat & outpuImage) 2 { 3 outpuImage = Mat(inputImage.rows, inputImage.cols, CV_8UC1); 4 5 for (int i = 0; i (i); 8 Vec3b* rgb = outpu... 阅读全文
posted @ 2018-04-18 11:28
任重道远-HSY
阅读(151)
评论(0)
推荐(0)
2018年4月18日