2021年12月23日

摘要: void QuickDemo::operators_demo(Mat& image) { //Mat dst; //dst = image + Scalar(50, 50, 50); //针对三通道的图 //dst image + Scalar(50); //针对单通道的图 //dst = imag 阅读全文
posted @ 2021-12-23 08:20 xcxfury001 阅读(38) 评论(0) 推荐(0)

导航