Mat类下设置ROI

来源:互联网 发布:spycall软件下载 编辑:程序博客网 时间:2024/06/10 12:22
Mat image;
Rect roi(x, y, w, h);
Mat roi_of_image = image(roi);
原创粉丝点击