INTER_CUBIC 98 modules/cudawarping/perf/perf_warping.cpp Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)), INTER_CUBIC 150 modules/cudawarping/perf/perf_warping.cpp Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)), INTER_CUBIC 237 modules/cudawarping/perf/perf_warping.cpp Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)), INTER_CUBIC 287 modules/cudawarping/perf/perf_warping.cpp Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)), INTER_CUBIC 337 modules/cudawarping/perf/perf_warping.cpp Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)))) INTER_CUBIC 83 modules/cudawarping/src/remap.cpp CV_Assert( interpolation == INTER_NEAREST || interpolation == INTER_LINEAR || interpolation == INTER_CUBIC ); INTER_CUBIC 73 modules/cudawarping/src/resize.cpp CV_Assert( interpolation == INTER_NEAREST || interpolation == INTER_LINEAR || interpolation == INTER_CUBIC || interpolation == INTER_AREA ); INTER_CUBIC 193 modules/cudawarping/src/warp.cpp CV_Assert( interpolation == INTER_NEAREST || interpolation == INTER_LINEAR || interpolation == INTER_CUBIC ); INTER_CUBIC 332 modules/cudawarping/src/warp.cpp CV_Assert( interpolation == INTER_NEAREST || interpolation == INTER_LINEAR || interpolation == INTER_CUBIC ); INTER_CUBIC 524 modules/cudawarping/src/warp.cpp CV_Assert( interpolation == INTER_NEAREST || interpolation == INTER_LINEAR || interpolation == INTER_CUBIC ); INTER_CUBIC 176 modules/cudawarping/test/test_remap.cpp testing::Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)), INTER_CUBIC 160 modules/cudawarping/test/test_resize.cpp testing::Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)), INTER_CUBIC 230 modules/cudawarping/test/test_warp_affine.cpp testing::Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)), INTER_CUBIC 278 modules/cudawarping/test/test_warp_affine.cpp testing::Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)))); INTER_CUBIC 233 modules/cudawarping/test/test_warp_perspective.cpp testing::Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)), INTER_CUBIC 281 modules/cudawarping/test/test_warp_perspective.cpp testing::Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)))); INTER_CUBIC 57 modules/imgproc/perf/opencl/perf_imgwarp.cpp CV_ENUM(InterType, INTER_NEAREST, INTER_LINEAR, INTER_CUBIC) INTER_CUBIC 75 modules/imgproc/perf/opencl/perf_imgwarp.cpp const double eps = CV_MAT_DEPTH(type) <= CV_32S ? 1 : interpolation == INTER_CUBIC ? 2e-3 : 1e-4; INTER_CUBIC 10 modules/imgproc/perf/perf_remap.cpp CV_ENUM(InterType, INTER_NEAREST, INTER_LINEAR, INTER_CUBIC, INTER_LANCZOS4) INTER_CUBIC 200 modules/imgproc/src/imgwarp.cpp else if( method == INTER_CUBIC ) INTER_CUBIC 223 modules/imgproc/src/imgwarp.cpp else if( method == INTER_CUBIC ) INTER_CUBIC 296 modules/imgproc/src/imgwarp.cpp initInterTab2D( INTER_CUBIC, false ) && INTER_CUBIC 297 modules/imgproc/src/imgwarp.cpp initInterTab2D( INTER_CUBIC, true ) && INTER_CUBIC 3253 modules/imgproc/src/imgwarp.cpp (interpolation == INTER_LINEAR || interpolation == INTER_CUBIC) && INTER_CUBIC 3259 modules/imgproc/src/imgwarp.cpp else if (interpolation == INTER_CUBIC && src.rows >= 4 && src.cols >= 4) INTER_CUBIC 3356 modules/imgproc/src/imgwarp.cpp if( interpolation == INTER_CUBIC ) INTER_CUBIC 3395 modules/imgproc/src/imgwarp.cpp if( sx < 0 && (interpolation != INTER_CUBIC && interpolation != INTER_LANCZOS4)) INTER_CUBIC 3402 modules/imgproc/src/imgwarp.cpp if( sx >= ssize.width-1 && (interpolation != INTER_CUBIC && interpolation != INTER_LANCZOS4)) INTER_CUBIC 3409 modules/imgproc/src/imgwarp.cpp if( interpolation == INTER_CUBIC ) INTER_CUBIC 3450 modules/imgproc/src/imgwarp.cpp if( interpolation == INTER_CUBIC ) INTER_CUBIC 4681 modules/imgproc/src/imgwarp.cpp if ((interpolation == INTER_LINEAR || interpolation == INTER_CUBIC || interpolation == INTER_NEAREST) && INTER_CUBIC 4734 modules/imgproc/src/imgwarp.cpp else if( interpolation == INTER_CUBIC ) INTER_CUBIC 5477 modules/imgproc/src/imgwarp.cpp (interpolation == cv::INTER_NEAREST || interpolation == cv::INTER_LINEAR || interpolation == cv::INTER_CUBIC)) || INTER_CUBIC 5487 modules/imgproc/src/imgwarp.cpp bool is32f = !dev.isAMD() && (interpolation == INTER_CUBIC || interpolation == INTER_LINEAR) && op_type == OCL_OP_AFFINE; INTER_CUBIC 5615 modules/imgproc/src/imgwarp.cpp ( interpolation == INTER_NEAREST || interpolation == INTER_LINEAR || interpolation == INTER_CUBIC) && INTER_CUBIC 5650 modules/imgproc/src/imgwarp.cpp interpolation == INTER_CUBIC ? IPPI_INTER_CUBIC : INTER_CUBIC 6125 modules/imgproc/src/imgwarp.cpp (interpolation == INTER_NEAREST || interpolation == INTER_LINEAR || interpolation == INTER_CUBIC)) INTER_CUBIC 6155 modules/imgproc/src/imgwarp.cpp interpolation == INTER_CUBIC ? IPPI_INTER_CUBIC : 0; INTER_CUBIC 236 modules/imgproc/src/opencl/warp_affine.cl #elif defined INTER_CUBIC INTER_CUBIC 169 modules/imgproc/src/opencl/warp_perspective.cl #elif defined INTER_CUBIC INTER_CUBIC 340 modules/imgproc/test/ocl/test_warp.cpp Values((Interpolation)INTER_NEAREST, (Interpolation)INTER_LINEAR, (Interpolation)INTER_CUBIC), INTER_CUBIC 346 modules/imgproc/test/ocl/test_warp.cpp Values((Interpolation)INTER_NEAREST, (Interpolation)INTER_LINEAR, (Interpolation)INTER_CUBIC), INTER_CUBIC 124 modules/imgproc/test/test_imgwarp_strict.cpp else if (inter == INTER_CUBIC) INTER_CUBIC 246 modules/imgproc/test/test_imgwarp_strict.cpp if (interpolation == INTER_CUBIC) INTER_CUBIC 531 modules/imgproc/test/test_imgwarp_strict.cpp else if (interpolation == INTER_LINEAR || interpolation == INTER_CUBIC || interpolation == INTER_LANCZOS4) INTER_CUBIC 537 modules/imgproc/test/test_imgwarp_strict.cpp if (interpolation == INTER_CUBIC) INTER_CUBIC 879 modules/imgproc/test/test_imgwarp_strict.cpp if (interpolation == INTER_CUBIC) INTER_CUBIC 161 modules/superres/src/btv_l1.cpp resize(lowResMotions[i], highResMotions[i], Size(), scale, scale, INTER_CUBIC); INTER_CUBIC 708 modules/superres/src/btv_l1.cpp resize(src[baseIdx], highRes_, highResSize, 0, 0, INTER_CUBIC); INTER_CUBIC 124 modules/superres/src/btv_l1_cuda.cpp cuda::resize(lowResMotions[i].first, highResMotions[i].first, Size(), scale, scale, INTER_CUBIC); INTER_CUBIC 125 modules/superres/src/btv_l1_cuda.cpp cuda::resize(lowResMotions[i].second, highResMotions[i].second, Size(), scale, scale, INTER_CUBIC); INTER_CUBIC 345 modules/superres/src/btv_l1_cuda.cpp cuda::resize(src[baseIdx], highRes_, highResSize, 0, 0, INTER_CUBIC); INTER_CUBIC 59 modules/ts/include/opencv2/ts/cuda_perf.hpp CV_ENUM(Interpolation, INTER_NEAREST, INTER_LINEAR, INTER_CUBIC, INTER_AREA) INTER_CUBIC 320 modules/ts/include/opencv2/ts/cuda_test.hpp CV_ENUM(Interpolation, INTER_NEAREST, INTER_LINEAR, INTER_CUBIC, INTER_AREA) INTER_CUBIC 325 modules/ts/include/opencv2/ts/cuda_test.hpp CV_FLAGS(WarpFlags, INTER_NEAREST, INTER_LINEAR, INTER_CUBIC, WARP_INVERSE_MAP) INTER_CUBIC 359 modules/ts/include/opencv2/ts/ocl_test.hpp CV_ENUM(Interpolation, INTER_NEAREST, INTER_LINEAR, INTER_CUBIC, INTER_AREA) INTER_CUBIC 1330 modules/video/src/tvl1flow.cpp remap(I1, I1w, flowMap1, flowMap2, INTER_CUBIC); INTER_CUBIC 1331 modules/video/src/tvl1flow.cpp remap(I1x, I1wx, flowMap1, flowMap2, INTER_CUBIC); INTER_CUBIC 1332 modules/video/src/tvl1flow.cpp remap(I1y, I1wy, flowMap1, flowMap2, INTER_CUBIC); INTER_CUBIC 358 modules/videoio/test/test_video_io.cpp resize(image, image, Size(968, 757), 0.0, 0.0, INTER_CUBIC); INTER_CUBIC 472 modules/videoio/test/test_video_io.cpp resize(img, img, frame_size, 0.0, 0.0, INTER_CUBIC); INTER_CUBIC 176 samples/cpp/stereo_match.cpp int method = scale < 1 ? INTER_AREA : INTER_CUBIC;