Home | History | Annotate | Download | only in src

Lines Matching refs:patchSize

964 //  void getRectSubPix(Mat image, Size patchSize, Point2f center, Mat& patch, int patchType = -1)
976 Size patchSize((int)patchSize_width, (int)patchSize_height);
979 cv::getRectSubPix( image, patchSize, center, patch, (int)patchType );
1000 Size patchSize((int)patchSize_width, (int)patchSize_height);
1003 cv::getRectSubPix( image, patchSize, center, patch );