opencv 程序

IplImage结构中的一个元素;struct _IplROI *roi; //图像感兴趣区域,当该值非空时,只对该区域进行处理 。
 
ROI :Region of Interest,表示感兴趣的区域.
typedef struct _IplROI{
int coi; /* 0 - no COI (all channels are selected), 1 - 0th channel is selected ...*/
int xOffset;
int yOffset;
int width;
int height;
}IplROI;

posted on 2019-12-04 15:34  lydstory  阅读(152)  评论(0编辑  收藏  举报

导航