Searched refs:rROI (Results 1 – 1 of 1) sorted by relevance
621 CvRect rROI = cvGetImageROI(imgGray); in ThresholdingParam() local622 buffImg += rROI.y * imgGray->widthStep + rROI.x; in ThresholdingParam()623 for (j = 0; j < rROI.height; j++) in ThresholdingParam()625 for (i = 0; i < rROI.width; i++) in ThresholdingParam()