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;
手机扫一扫
移动阅读更方便
你可能感兴趣的文章