摘要: ##convertTo()函数中的一个小陷阱,以及type()函数返回值的类型映射表 convertTo只能改变Mat的数据类型,无法改变通道数 cv::Mat img_input = cv::imread(path_input, cv::IMREAD_COLOR); cout << "before 阅读全文
posted @ 2021-02-26 16:28 刘振友 阅读(148) 评论(0) 推荐(0)