INTER_AREA 173 modules/calib3d/test/test_chessboardgenerator.cpp resize(tmp, result, bg.size(), 0, 0, INTER_AREA); INTER_AREA 201 modules/cudawarping/perf/perf_warping.cpp const int interpolation = cv::INTER_AREA; INTER_AREA 73 modules/cudawarping/src/resize.cpp CV_Assert( interpolation == INTER_NEAREST || interpolation == INTER_LINEAR || interpolation == INTER_CUBIC || interpolation == INTER_AREA ); INTER_AREA 206 modules/cudawarping/test/test_resize.cpp testing::Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_AREA)), INTER_AREA 2296 modules/features2d/src/brisk.cpp resize(srcimg, dstimg, dstimg.size(), 0, 0, INTER_AREA); INTER_AREA 2306 modules/features2d/src/brisk.cpp resize(srcimg, dstimg, dstimg.size(), 0, 0, INTER_AREA); INTER_AREA 479 modules/features2d/src/kaze/nldiffusion_functions.cpp resize(src, dst, dst.size(), 0, 0, cv::INTER_AREA); INTER_AREA 1627 modules/imgproc/misc/java/test/ImgprocTest.java Imgproc.resize(gray255, dst, new Size(2, 2), 0, 0, Imgproc.INTER_AREA); INTER_AREA 166 modules/imgproc/perf/opencl/perf_imgwarp.cpp OCL_TEST_CYCLE() cv::resize(src, dst, Size(), scale, scale, cv::INTER_AREA); INTER_AREA 89 modules/imgproc/perf/perf_resize.cpp TEST_CYCLE_MULTIRUN(runs) resize(src, dst, dst.size(), 0, 0, INTER_AREA); INTER_AREA 118 modules/imgproc/perf/perf_resize.cpp TEST_CYCLE() resize(src, dst, dst.size(), 0, 0, INTER_AREA); INTER_AREA 2898 modules/imgproc/src/imgwarp.cpp (interpolation == INTER_AREA && inv_fx >= 1 && inv_fy >= 1) )) ) INTER_AREA 3028 modules/imgproc/src/imgwarp.cpp else if (interpolation == INTER_AREA) INTER_AREA 3292 modules/imgproc/src/imgwarp.cpp interpolation = INTER_AREA; INTER_AREA 3296 modules/imgproc/src/imgwarp.cpp if( interpolation == INTER_AREA && scale_x >= 1 && scale_y >= 1 ) INTER_AREA 3351 modules/imgproc/src/imgwarp.cpp bool area_mode = interpolation == INTER_AREA; INTER_AREA 3360 modules/imgproc/src/imgwarp.cpp else if( interpolation == INTER_LINEAR || interpolation == INTER_AREA ) INTER_AREA 4673 modules/imgproc/src/imgwarp.cpp if( interpolation == INTER_AREA ) INTER_AREA 5472 modules/imgproc/src/imgwarp.cpp if( interpolation == INTER_AREA ) INTER_AREA 5580 modules/imgproc/src/imgwarp.cpp if( interpolation == INTER_AREA ) INTER_AREA 6106 modules/imgproc/src/imgwarp.cpp if( interpolation == INTER_AREA ) INTER_AREA 244 modules/imgproc/src/opencl/resize.cl #elif defined INTER_AREA INTER_AREA 362 modules/imgproc/test/ocl/test_warp.cpp Values((Interpolation)INTER_AREA), INTER_AREA 1497 modules/imgproc/test/test_imgwarp.cpp cv::resize(src, actual, cv::Size(), 0.3, 0.3, INTER_AREA); INTER_AREA 1629 modules/imgproc/test/test_imgwarp.cpp cv::resize(src, dst_actual, dst_actual.size(), 0, 0, cv::INTER_AREA); INTER_AREA 122 modules/imgproc/test/test_imgwarp_strict.cpp else if (inter == INTER_AREA) INTER_AREA 186 modules/imgproc/test/test_imgwarp_strict.cpp if (interpolation == INTER_AREA) INTER_AREA 216 modules/imgproc/test/test_imgwarp_strict.cpp if (interpolation == INTER_AREA && (scale_x < 1.0 || scale_y < 1.0)) INTER_AREA 252 modules/imgproc/test/test_imgwarp_strict.cpp else if (interpolation == INTER_AREA) INTER_AREA 273 modules/imgproc/test/test_imgwarp_strict.cpp bool area_fast = interpolation == INTER_AREA && INTER_AREA 426 modules/imgproc/test/test_imgwarp_strict.cpp area_fast = interpolation == INTER_AREA && INTER_AREA 445 modules/imgproc/test/test_imgwarp_strict.cpp if (interpolation == INTER_AREA) INTER_AREA 820 modules/imgproc/test/test_imgwarp_strict.cpp if (interpolation == INTER_AREA) INTER_AREA 1063 modules/imgproc/test/test_imgwarp_strict.cpp if (inter == INTER_AREA) INTER_AREA 1190 modules/imgproc/test/test_imgwarp_strict.cpp if (inter == INTER_AREA) INTER_AREA 98 modules/stitching/perf/perf_stich.cpp resize(pano, pano_small, Size(320, 240), 0, 0, INTER_AREA); INTER_AREA 59 modules/ts/include/opencv2/ts/cuda_perf.hpp CV_ENUM(Interpolation, INTER_NEAREST, INTER_LINEAR, INTER_CUBIC, INTER_AREA) INTER_AREA 320 modules/ts/include/opencv2/ts/cuda_test.hpp CV_ENUM(Interpolation, INTER_NEAREST, INTER_LINEAR, INTER_CUBIC, INTER_AREA) INTER_AREA 359 modules/ts/include/opencv2/ts/ocl_test.hpp CV_ENUM(Interpolation, INTER_NEAREST, INTER_LINEAR, INTER_CUBIC, INTER_AREA) INTER_AREA 1405 modules/video/src/lkpyramid.cpp resize(gray, sA, sz1, 0., 0., INTER_AREA); INTER_AREA 1407 modules/video/src/lkpyramid.cpp resize(gray, sB, sz1, 0., 0., INTER_AREA); INTER_AREA 1411 modules/video/src/lkpyramid.cpp resize(A, sA, sz1, 0., 0., INTER_AREA); INTER_AREA 1412 modules/video/src/lkpyramid.cpp resize(B, sB, sz1, 0., 0., INTER_AREA); INTER_AREA 1132 modules/video/src/optflowgf.cpp resize( flow0, flow, Size(width, height), 0, 0, INTER_AREA ); INTER_AREA 308 samples/cpp/stereo_calib.cpp resize(cimg, canvasPart, canvasPart.size(), 0, 0, INTER_AREA); INTER_AREA 176 samples/cpp/stereo_match.cpp int method = scale < 1 ? INTER_AREA : INTER_CUBIC; INTER_AREA 482 samples/gpu/stereo_multi.cpp resize(disparityGpu0, disparityGpu0Show, Size(1024, 768), 0, 0, INTER_AREA); INTER_AREA 483 samples/gpu/stereo_multi.cpp resize(disparityGpu1, disparityGpu1Show, Size(1024, 768), 0, 0, INTER_AREA); INTER_AREA 484 samples/gpu/stereo_multi.cpp resize(disparityMultiThread, disparityMultiThreadShow, Size(1024, 768), 0, 0, INTER_AREA); INTER_AREA 485 samples/gpu/stereo_multi.cpp resize(disparityMultiStream.createMatHeader(), disparityMultiStreamShow, Size(1024, 768), 0, 0, INTER_AREA);