功能:返回圖像的ROI坐標原型:CvRect cvGetImageROI ( const IplImage* image);參數:image:圖像頭返回值:返回圖像的ROI坐標;如果沒有ROI,則返回矩形值(cvRect(0,0,image->width,image->height))