getRectSubPix    2188 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void getRectSubPix( InputArray image, Size patchSize,
getRectSubPix     969 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.getRectSubPix(gray255, size, center, dst);
getRectSubPix     980 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.getRectSubPix(src, patchSize, center, dst);
getRectSubPix     105 modules/imgproc/src/cornersubpix.cpp             getRectSubPix(src, Size(win_w+2, win_h+2), cI, subpix_buf, subpix_buf.type());
getRectSubPix     429 modules/imgproc/src/samplers.cpp     cv::getRectSubPix(src, dst.size(), center, dst, dst.type());
getRectSubPix    1207 modules/imgproc/test/test_imgwarp.cpp         cv::getRectSubPix( cv::cvarrToMat(test_array[INPUT][0]), _out.size(), center, _out, _out.type());