Opencv 圖像填充

期望效果: 在image指定的矩形區域,填充純色; 函數 Mat filledROIMat(Mat srcImage0, Rect rectROI) {     Mat srcImage = srcImage0.clone();     Point2i pt1;     Point2i pt2;     pt1.x = rectROI.x; pt1.y = rectROI.y;     pt2.x
相關文章
相關標籤/搜索