Home
last modified time | relevance | path

Searched refs:rROI (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
Dcvvecfacetracking.cpp621 CvRect rROI = cvGetImageROI(imgGray); in ThresholdingParam() local
622 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()