摘要: Mat dst; input.convertTo(dst, CV_32S); int rows = dst.rows; int cols = dst.cols; for(int i = 0; i < rows; i++) { for(int j = 0; j < cols; j++) { cout 阅读全文
posted @ 2023-08-31 16:05 小kk_p 阅读(29) 评论(0) 推荐(0)