INTER_LINEAR      504 modules/calib3d/src/fisheye.cpp     cv::remap(distorted, undistorted, map1, map2, INTER_LINEAR, BORDER_CONSTANT);
INTER_LINEAR     1356 modules/calib3d/test/test_cameracalibration.cpp         remap(temp, utemp, map1, map2, INTER_LINEAR);
INTER_LINEAR      428 modules/calib3d/test/test_fisheye.cpp         cv::remap(l, lundist, lmapx, lmapy, cv::INTER_LINEAR);
INTER_LINEAR      429 modules/calib3d/test/test_fisheye.cpp         cv::remap(r, rundist, rmapx, rmapy, cv::INTER_LINEAR);
INTER_LINEAR      625 modules/cudafeatures2d/src/orb.cpp                     cuda::resize(image, imagePyr_[level], sz, 0, 0, INTER_LINEAR);
INTER_LINEAR      628 modules/cudafeatures2d/src/orb.cpp                         cuda::resize(mask, maskPyr_[level], sz, 0, 0, INTER_LINEAR);
INTER_LINEAR      632 modules/cudafeatures2d/src/orb.cpp                     cuda::resize(imagePyr_[level - 1], imagePyr_[level], sz, 0, 0, INTER_LINEAR);
INTER_LINEAR      636 modules/cudafeatures2d/src/orb.cpp                         cuda::resize(maskPyr_[level - 1], maskPyr_[level], sz, 0, 0, INTER_LINEAR);
INTER_LINEAR      570 modules/cudaobjdetect/src/cascadeclassifier.cpp                 cuda::resize(image, src, level.sFrame, 0, 0, cv::INTER_LINEAR);
INTER_LINEAR      377 modules/cudaoptflow/src/farneback.cpp                     cuda::resize(flowx0, curFlowX, Size(width, height), 0, 0, INTER_LINEAR, streams[0]);
INTER_LINEAR      378 modules/cudaoptflow/src/farneback.cpp                     cuda::resize(flowy0, curFlowY, Size(width, height), 0, 0, INTER_LINEAR, streams[1]);
INTER_LINEAR      390 modules/cudaoptflow/src/farneback.cpp                 cuda::resize(prevFlowX, curFlowX, Size(width, height), 0, 0, INTER_LINEAR, streams[0]);
INTER_LINEAR      391 modules/cudaoptflow/src/farneback.cpp                 cuda::resize(prevFlowY, curFlowY, Size(width, height), 0, 0, INTER_LINEAR, streams[1]);
INTER_LINEAR      429 modules/cudaoptflow/src/farneback.cpp                     cuda::resize(blurredFrame[i], pyrLevel[i], Size(width, height), 0.0, 0.0, INTER_LINEAR, streams[i]);
INTER_LINEAR      231 modules/cudaoptflow/src/tvl1flow.cpp             cuda::resize(I0s[s-1], I0s[s], Size(), scaleStep_, scaleStep_, INTER_LINEAR, stream);
INTER_LINEAR      232 modules/cudaoptflow/src/tvl1flow.cpp             cuda::resize(I1s[s-1], I1s[s], Size(), scaleStep_, scaleStep_, INTER_LINEAR, stream);
INTER_LINEAR      242 modules/cudaoptflow/src/tvl1flow.cpp                 cuda::resize(u1s[s-1], u1s[s], Size(), scaleStep_, scaleStep_, INTER_LINEAR, stream);
INTER_LINEAR      243 modules/cudaoptflow/src/tvl1flow.cpp                 cuda::resize(u2s[s-1], u2s[s], Size(), scaleStep_, scaleStep_, INTER_LINEAR, stream);
INTER_LINEAR      282 modules/cudaoptflow/src/tvl1flow.cpp             cuda::resize(u1s[s], u1s[s - 1], I0s[s - 1].size(), 0, 0, INTER_LINEAR, stream);
INTER_LINEAR      283 modules/cudaoptflow/src/tvl1flow.cpp             cuda::resize(u2s[s], u2s[s - 1], I0s[s - 1].size(), 0, 0, INTER_LINEAR, stream);
INTER_LINEAR      286 modules/cudaoptflow/src/tvl1flow.cpp                 cuda::resize(u3s[s], u3s[s - 1], I0s[s - 1].size(), 0, 0, INTER_LINEAR, stream);
INTER_LINEAR      108 modules/cudawarping/include/opencv2/cudawarping.hpp CV_EXPORTS void resize(InputArray src, OutputArray dst, Size dsize, double fx=0, double fy=0, int interpolation = INTER_LINEAR, Stream& stream = Stream::Null());
INTER_LINEAR      126 modules/cudawarping/include/opencv2/cudawarping.hpp CV_EXPORTS void warpAffine(InputArray src, OutputArray dst, InputArray M, Size dsize, int flags = INTER_LINEAR,
INTER_LINEAR      158 modules/cudawarping/include/opencv2/cudawarping.hpp CV_EXPORTS void warpPerspective(InputArray src, OutputArray dst, InputArray M, Size dsize, int flags = INTER_LINEAR,
INTER_LINEAR      190 modules/cudawarping/include/opencv2/cudawarping.hpp                        int interpolation = INTER_LINEAR, Stream& stream = Stream::Null());
INTER_LINEAR       98 modules/cudawarping/perf/perf_warping.cpp                     Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)),
INTER_LINEAR      150 modules/cudawarping/perf/perf_warping.cpp                     Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)),
INTER_LINEAR      237 modules/cudawarping/perf/perf_warping.cpp                     Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)),
INTER_LINEAR      287 modules/cudawarping/perf/perf_warping.cpp                     Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)),
INTER_LINEAR      337 modules/cudawarping/perf/perf_warping.cpp                     Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC))))
INTER_LINEAR       83 modules/cudawarping/src/remap.cpp     CV_Assert( interpolation == INTER_NEAREST || interpolation == INTER_LINEAR || interpolation == INTER_CUBIC );
INTER_LINEAR       73 modules/cudawarping/src/resize.cpp     CV_Assert( interpolation == INTER_NEAREST || interpolation == INTER_LINEAR || interpolation == INTER_CUBIC || interpolation == INTER_AREA );
INTER_LINEAR      193 modules/cudawarping/src/warp.cpp     CV_Assert( interpolation == INTER_NEAREST || interpolation == INTER_LINEAR || interpolation == INTER_CUBIC );
INTER_LINEAR      332 modules/cudawarping/src/warp.cpp     CV_Assert( interpolation == INTER_NEAREST || interpolation == INTER_LINEAR || interpolation == INTER_CUBIC );
INTER_LINEAR      524 modules/cudawarping/src/warp.cpp     CV_Assert( interpolation == INTER_NEAREST || interpolation == INTER_LINEAR || interpolation == INTER_CUBIC );
INTER_LINEAR      176 modules/cudawarping/test/test_remap.cpp     testing::Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)),
INTER_LINEAR      160 modules/cudawarping/test/test_resize.cpp     testing::Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)),
INTER_LINEAR      230 modules/cudawarping/test/test_warp_affine.cpp     testing::Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)),
INTER_LINEAR      278 modules/cudawarping/test/test_warp_affine.cpp     testing::Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC))));
INTER_LINEAR      233 modules/cudawarping/test/test_warp_perspective.cpp     testing::Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)),
INTER_LINEAR      281 modules/cudawarping/test/test_warp_perspective.cpp     testing::Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC))));
INTER_LINEAR     1048 modules/features2d/src/orb.cpp             resize(prevImg, currImg, sz, 0, 0, INTER_LINEAR);
INTER_LINEAR     1051 modules/features2d/src/orb.cpp                 resize(prevMask, currMask, sz, 0, 0, INTER_LINEAR);
INTER_LINEAR     1965 modules/imgproc/include/opencv2/imgproc.hpp                           int interpolation = INTER_LINEAR );
INTER_LINEAR     1993 modules/imgproc/include/opencv2/imgproc.hpp                               int flags = INTER_LINEAR,
INTER_LINEAR     2021 modules/imgproc/include/opencv2/imgproc.hpp                                    int flags = INTER_LINEAR,
INTER_LINEAR     1592 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.remap(src, dst, map1, map2, Imgproc.INTER_LINEAR);
INTER_LINEAR     1612 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.remap(src, dst, map1, map2, Imgproc.INTER_LINEAR, Core.BORDER_REFLECT, sc);
INTER_LINEAR       43 modules/imgproc/perf/opencl/perf_3vs4.cpp         OCL_TEST_CYCLE() resize(src, dst, Size(), 0.5, 0.5, INTER_LINEAR);
INTER_LINEAR       60 modules/imgproc/perf/opencl/perf_3vs4.cpp                 resize(srcs[i], dsts[i], Size(), 0.5, 0.5, INTER_LINEAR);
INTER_LINEAR       73 modules/imgproc/perf/opencl/perf_3vs4.cpp             resize(src4, dst4, Size(), 0.5, 0.5, INTER_LINEAR);
INTER_LINEAR       57 modules/imgproc/perf/opencl/perf_imgwarp.cpp CV_ENUM(InterType, INTER_NEAREST, INTER_LINEAR, INTER_CUBIC)
INTER_LINEAR       94 modules/imgproc/perf/opencl/perf_imgwarp.cpp                                    OCL_PERF_ENUM(InterType(INTER_NEAREST), InterType(INTER_LINEAR))))
INTER_LINEAR      126 modules/imgproc/perf/opencl/perf_imgwarp.cpp                                OCL_PERF_ENUM(InterType(INTER_NEAREST), InterType(INTER_LINEAR)),
INTER_LINEAR      178 modules/imgproc/perf/opencl/perf_imgwarp.cpp                                OCL_PERF_ENUM(InterType(INTER_NEAREST), InterType(INTER_LINEAR))))
INTER_LINEAR       10 modules/imgproc/perf/perf_remap.cpp CV_ENUM(InterType, INTER_NEAREST, INTER_LINEAR, INTER_CUBIC, INTER_LANCZOS4)
INTER_LINEAR       13 modules/imgproc/perf/perf_warp.cpp CV_ENUM(InterType, INTER_NEAREST, INTER_LINEAR)
INTER_LINEAR       47 modules/imgproc/perf/perf_warp.cpp     SANITY_CHECK(dst, interType==INTER_LINEAR? 5 : 10);
INTER_LINEAR       85 modules/imgproc/perf/perf_warp.cpp     SANITY_CHECK(dst, interType==INTER_LINEAR? 5 : 10);
INTER_LINEAR      131 modules/imgproc/perf/perf_warp.cpp     SANITY_CHECK(dst, interType==INTER_LINEAR? 5 : 10);
INTER_LINEAR      195 modules/imgproc/src/imgwarp.cpp     if( method == INTER_LINEAR )
INTER_LINEAR      221 modules/imgproc/src/imgwarp.cpp     if( method == INTER_LINEAR )
INTER_LINEAR      274 modules/imgproc/src/imgwarp.cpp         if( method == INTER_LINEAR )
INTER_LINEAR      294 modules/imgproc/src/imgwarp.cpp     return  initInterTab2D( INTER_LINEAR, false ) &&
INTER_LINEAR      295 modules/imgproc/src/imgwarp.cpp             initInterTab2D( INTER_LINEAR, true ) &&
INTER_LINEAR     2893 modules/imgproc/src/imgwarp.cpp     if( interpolation == INTER_LINEAR && is_area_fast && iscale_x == 2 && iscale_y == 2 )
INTER_LINEAR     2897 modules/imgproc/src/imgwarp.cpp            (interpolation == INTER_NEAREST || interpolation == INTER_LINEAR ||
INTER_LINEAR     2913 modules/imgproc/src/imgwarp.cpp     bool useSampler = (interpolation == INTER_LINEAR && ocl::Device::getDefault().imageSupport() &&
INTER_LINEAR     2940 modules/imgproc/src/imgwarp.cpp     if (interpolation == INTER_LINEAR && !useSampler)
INTER_LINEAR     3253 modules/imgproc/src/imgwarp.cpp              (interpolation == INTER_LINEAR || interpolation == INTER_CUBIC) &&
INTER_LINEAR     3254 modules/imgproc/src/imgwarp.cpp              !(interpolation == INTER_LINEAR && is_area_fast && iscale_x == 2 && iscale_y == 2 && depth == CV_8U))
INTER_LINEAR     3257 modules/imgproc/src/imgwarp.cpp             if (interpolation == INTER_LINEAR && src.rows >= 2 && src.cols >= 2)
INTER_LINEAR     3291 modules/imgproc/src/imgwarp.cpp         if( interpolation == INTER_LINEAR && is_area_fast && iscale_x == 2 && iscale_y == 2 )
INTER_LINEAR     3360 modules/imgproc/src/imgwarp.cpp     else if( interpolation == INTER_LINEAR || interpolation == INTER_AREA )
INTER_LINEAR     4494 modules/imgproc/src/imgwarp.cpp     if (borderType == BORDER_TRANSPARENT || !(interpolation == INTER_LINEAR || interpolation == INTER_NEAREST)
INTER_LINEAR     4674 modules/imgproc/src/imgwarp.cpp         interpolation = INTER_LINEAR;
INTER_LINEAR     4681 modules/imgproc/src/imgwarp.cpp         if ((interpolation == INTER_LINEAR || interpolation == INTER_CUBIC || interpolation == INTER_NEAREST) &&
INTER_LINEAR     4687 modules/imgproc/src/imgwarp.cpp                 interpolation == INTER_LINEAR ? IPPI_INTER_LINEAR : IPPI_INTER_CUBIC;
INTER_LINEAR     4732 modules/imgproc/src/imgwarp.cpp         if( interpolation == INTER_LINEAR )
INTER_LINEAR     5473 modules/imgproc/src/imgwarp.cpp         interpolation = INTER_LINEAR;
INTER_LINEAR     5474 modules/imgproc/src/imgwarp.cpp     int rowsPerWI = dev.isIntel() && op_type == OCL_OP_AFFINE && interpolation <= INTER_LINEAR ? 4 : 1;
INTER_LINEAR     5477 modules/imgproc/src/imgwarp.cpp            (interpolation == cv::INTER_NEAREST || interpolation == cv::INTER_LINEAR || interpolation == cv::INTER_CUBIC)) ||
INTER_LINEAR     5487 modules/imgproc/src/imgwarp.cpp     bool is32f = !dev.isAMD() && (interpolation == INTER_CUBIC || interpolation == INTER_LINEAR) && op_type == OCL_OP_AFFINE;
INTER_LINEAR     5581 modules/imgproc/src/imgwarp.cpp         interpolation = INTER_LINEAR;
INTER_LINEAR     5615 modules/imgproc/src/imgwarp.cpp            ( interpolation == INTER_NEAREST || interpolation == INTER_LINEAR || interpolation == INTER_CUBIC) &&
INTER_LINEAR     5648 modules/imgproc/src/imgwarp.cpp             interpolation == INTER_LINEAR ? IPPI_INTER_LINEAR :
INTER_LINEAR     6107 modules/imgproc/src/imgwarp.cpp         interpolation = INTER_LINEAR;
INTER_LINEAR     6125 modules/imgproc/src/imgwarp.cpp            (interpolation == INTER_NEAREST || interpolation == INTER_LINEAR || interpolation == INTER_CUBIC))
INTER_LINEAR     6154 modules/imgproc/src/imgwarp.cpp             interpolation == INTER_LINEAR ? IPPI_INTER_LINEAR :
INTER_LINEAR      316 modules/imgproc/src/opencl/remap.cl #elif defined INTER_LINEAR
INTER_LINEAR      167 modules/imgproc/src/opencl/resize.cl #elif defined INTER_LINEAR
INTER_LINEAR      124 modules/imgproc/src/opencl/warp_affine.cl #elif defined INTER_LINEAR
INTER_LINEAR      117 modules/imgproc/src/opencl/warp_perspective.cl #elif defined INTER_LINEAR
INTER_LINEAR      458 modules/imgproc/src/samplers.cpp                        cv::INTER_LINEAR + cv::WARP_INVERSE_MAP,
INTER_LINEAR      211 modules/imgproc/src/undistort.cpp         remap( src, dst_part, map1_part, map2_part, INTER_LINEAR, BORDER_CONSTANT );
INTER_LINEAR      329 modules/imgproc/test/ocl/test_warp.cpp         OCL_OFF(cv::remap(src_roi, dst_roi, map1_roi, map2_roi, INTER_LINEAR, borderType, val));
INTER_LINEAR      330 modules/imgproc/test/ocl/test_warp.cpp         OCL_ON(cv::remap(usrc_roi, udst_roi, umap1_roi, umap2_roi, INTER_LINEAR, borderType, val));
INTER_LINEAR      340 modules/imgproc/test/ocl/test_warp.cpp                             Values((Interpolation)INTER_NEAREST, (Interpolation)INTER_LINEAR, (Interpolation)INTER_CUBIC),
INTER_LINEAR      346 modules/imgproc/test/ocl/test_warp.cpp                             Values((Interpolation)INTER_NEAREST, (Interpolation)INTER_LINEAR, (Interpolation)INTER_CUBIC),
INTER_LINEAR      354 modules/imgproc/test/ocl/test_warp.cpp                             Values((Interpolation)INTER_NEAREST, (Interpolation)INTER_LINEAR),
INTER_LINEAR       62 modules/imgproc/test/test_imgproc_umat.cpp         resize(gray, smallimg, Size(), 0.75, 0.75, INTER_LINEAR);
INTER_LINEAR       66 modules/imgproc/test/test_imgproc_umat.cpp         resize(ugray, usmallimg, Size(), 0.75, 0.75, INTER_LINEAR);
INTER_LINEAR      120 modules/imgproc/test/test_imgwarp_strict.cpp     else if (inter == INTER_LINEAR)
INTER_LINEAR      217 modules/imgproc/test/test_imgwarp_strict.cpp         interpolation = INTER_LINEAR;
INTER_LINEAR      531 modules/imgproc/test/test_imgwarp_strict.cpp     else if (interpolation == INTER_LINEAR || interpolation == INTER_CUBIC || interpolation == INTER_LANCZOS4)
INTER_LINEAR      821 modules/imgproc/test/test_imgwarp_strict.cpp         interpolation = INTER_LINEAR;
INTER_LINEAR      883 modules/imgproc/test/test_imgwarp_strict.cpp     else if (interpolation != INTER_LINEAR)
INTER_LINEAR     1064 modules/imgproc/test/test_imgwarp_strict.cpp         inter = INTER_LINEAR;
INTER_LINEAR     1191 modules/imgproc/test/test_imgwarp_strict.cpp         inter = INTER_LINEAR;
INTER_LINEAR      502 modules/objdetect/src/cascadedetect.cpp             resize(_image, dst, dst.size(), 1. / s.scale, 1. / s.scale, INTER_LINEAR);
INTER_LINEAR      517 modules/objdetect/src/cascadedetect.cpp             resize(image, dst, dst.size(), 1. / s.scale, 1. / s.scale, INTER_LINEAR);
INTER_LINEAR       86 modules/shape/include/opencv2/shape/shape_transformer.hpp                                    int flags=INTER_LINEAR, int borderMode=BORDER_CONSTANT,
INTER_LINEAR      143 modules/stitching/perf/opencl/perf_warpers.cpp     OCL_TEST_CYCLE() warper.warp(src, INTER_LINEAR, BORDER_REPLICATE, dst);
INTER_LINEAR      234 modules/stitching/src/exposure_compensate.cpp         resize(gain_maps_[index], u_gain_map, _image.size(), 0, 0, INTER_LINEAR);
INTER_LINEAR      182 modules/stitching/src/stitcher.cpp         corners[i] = w->warp(seam_est_imgs_[i], K, cameras_[i].R, INTER_LINEAR, BORDER_CONSTANT, images_warped[i]);
INTER_LINEAR      288 modules/stitching/src/stitcher.cpp         w->warp(img, K, cameras_[img_idx].R, INTER_LINEAR, BORDER_CONSTANT, img_warped);
INTER_LINEAR       97 modules/stitching/test/ocl/test_warpers.cpp         OCL_OFF(warper->warp(src, K, R, INTER_LINEAR, BORDER_REPLICATE, dst));
INTER_LINEAR       98 modules/stitching/test/ocl/test_warpers.cpp         OCL_ON(warper->warp(usrc, K, R, INTER_LINEAR, BORDER_REPLICATE, udst));
INTER_LINEAR      118 modules/stitching/test/ocl/test_warpers.cpp         OCL_OFF(warper->warp(src, K, R, INTER_LINEAR, BORDER_REPLICATE, dst));
INTER_LINEAR      119 modules/stitching/test/ocl/test_warpers.cpp         OCL_ON(warper->warp(usrc, K, R, INTER_LINEAR, BORDER_REPLICATE, udst));
INTER_LINEAR      139 modules/stitching/test/ocl/test_warpers.cpp         OCL_OFF(warper->warp(src, K, R, INTER_LINEAR, BORDER_REPLICATE, dst));
INTER_LINEAR      140 modules/stitching/test/ocl/test_warpers.cpp         OCL_ON(warper->warp(usrc, K, R, INTER_LINEAR, BORDER_REPLICATE, udst));
INTER_LINEAR      140 modules/superres/src/btv_l1.cpp             resize(lowResMotions[i], highResMotions[i], Size(), scale, scale, INTER_LINEAR); // TODO
INTER_LINEAR      607 modules/superres/src/btv_l1.cpp         resize(src[baseIdx], uhighRes_, highResSize, 0, 0, INTER_LINEAR); // TODO
INTER_LINEAR       59 modules/ts/include/opencv2/ts/cuda_perf.hpp     CV_ENUM(Interpolation, INTER_NEAREST, INTER_LINEAR, INTER_CUBIC, INTER_AREA)
INTER_LINEAR      320 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_ENUM(Interpolation, INTER_NEAREST, INTER_LINEAR, INTER_CUBIC, INTER_AREA)
INTER_LINEAR      325 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_FLAGS(WarpFlags, INTER_NEAREST, INTER_LINEAR, INTER_CUBIC, WARP_INVERSE_MAP)
INTER_LINEAR      359 modules/ts/include/opencv2/ts/ocl_test.hpp CV_ENUM(Interpolation, INTER_NEAREST, INTER_LINEAR, INTER_CUBIC, INTER_AREA)
INTER_LINEAR       35 modules/video/perf/perf_ecc.cpp                 Size(200,200), INTER_LINEAR + WARP_INVERSE_MAP);
INTER_LINEAR       43 modules/video/perf/perf_ecc.cpp                 Size(200,200), INTER_LINEAR + WARP_INVERSE_MAP);
INTER_LINEAR       49 modules/video/perf/perf_ecc.cpp                 Size(200,200), INTER_LINEAR + WARP_INVERSE_MAP);
INTER_LINEAR       56 modules/video/perf/perf_ecc.cpp                 Size(200,200), INTER_LINEAR + WARP_INVERSE_MAP);
INTER_LINEAR      455 modules/video/src/ecc.cpp     const int imageFlags = INTER_LINEAR  + WARP_INVERSE_MAP;
INTER_LINEAR      692 modules/video/src/optflowgf.cpp                     resize(flowx0, curFlowX, Size(width, height), 0, 0, INTER_LINEAR);
INTER_LINEAR      693 modules/video/src/optflowgf.cpp                     resize(flowy0, curFlowY, Size(width, height), 0, 0, INTER_LINEAR);
INTER_LINEAR      705 modules/video/src/optflowgf.cpp                 resize(prevFlowX, curFlowX, Size(width, height), 0, 0, INTER_LINEAR);
INTER_LINEAR      706 modules/video/src/optflowgf.cpp                 resize(prevFlowY, curFlowY, Size(width, height), 0, 0, INTER_LINEAR);
INTER_LINEAR      745 modules/video/src/optflowgf.cpp                     resize(blurredFrame[i], pyrLevel[i], Size(width, height), INTER_LINEAR);
INTER_LINEAR     1140 modules/video/src/optflowgf.cpp             resize( prevFlow, flow, Size(width, height), 0, 0, INTER_LINEAR );
INTER_LINEAR     1149 modules/video/src/optflowgf.cpp             resize( fimg, I, Size(width, height), INTER_LINEAR );
INTER_LINEAR      141 modules/video/test/test_ecc.cpp             Size(200,200), INTER_LINEAR + WARP_INVERSE_MAP);
INTER_LINEAR      216 modules/video/test/test_ecc.cpp             Size(200,200), INTER_LINEAR + WARP_INVERSE_MAP);
INTER_LINEAR      291 modules/video/test/test_ecc.cpp             Size(200,200), INTER_LINEAR + WARP_INVERSE_MAP);
INTER_LINEAR      366 modules/video/test/test_ecc.cpp             Size(200,200), INTER_LINEAR + WARP_INVERSE_MAP);
INTER_LINEAR      441 modules/video/test/test_ecc.cpp             Size(200,200), INTER_LINEAR + WARP_INVERSE_MAP);
INTER_LINEAR      380 modules/videostab/src/inpainting.cpp                     INTER_LINEAR, borderMode_);
INTER_LINEAR      383 modules/videostab/src/inpainting.cpp                     frame1_, transformedFrame1_, motion1to0, frame1_.size(), INTER_LINEAR,
INTER_LINEAR      209 modules/videostab/src/stabilizer.cpp                 stabilizationMotion(Rect(0,0,3,2)), frameSize_, INTER_LINEAR, borderMode_);
INTER_LINEAR      213 modules/videostab/src/stabilizer.cpp                 stabilizationMotion, frameSize_, INTER_LINEAR, borderMode_);
INTER_LINEAR      148 modules/videostab/src/wobble_suppression.cpp     remap(frame, result, mapx_, mapy_, INTER_LINEAR, BORDER_REPLICATE);
INTER_LINEAR      175 modules/videostab/src/wobble_suppression.cpp     cuda::remap(frame, result, mapx_, mapy_, INTER_LINEAR, BORDER_REPLICATE);
INTER_LINEAR      363 samples/cpp/3calibration.cpp             remap(view, rview, map1[k1], map2[k1], INTER_LINEAR);
INTER_LINEAR       73 samples/cpp/bgfg_segm.cpp         resize(img0, img, Size(640, 640*img0.rows/img0.cols), INTER_LINEAR);
INTER_LINEAR      569 samples/cpp/calibration.cpp             remap(view, rview, map1, map2, INTER_LINEAR);
INTER_LINEAR      216 samples/cpp/facedetect.cpp     resize( gray, smallImg, smallImg.size(), 0, 0, INTER_LINEAR );
INTER_LINEAR      242 samples/cpp/image_alignment.cpp                 Size(200,200), INTER_LINEAR + WARP_INVERSE_MAP);
INTER_LINEAR      250 samples/cpp/image_alignment.cpp                 Size(200,200), INTER_LINEAR + WARP_INVERSE_MAP);
INTER_LINEAR      259 samples/cpp/image_alignment.cpp                 Size(200,200), INTER_LINEAR + WARP_INVERSE_MAP);
INTER_LINEAR      267 samples/cpp/image_alignment.cpp                 Size(200,200), INTER_LINEAR + WARP_INVERSE_MAP);
INTER_LINEAR      337 samples/cpp/image_alignment.cpp         INTER_LINEAR + WARP_INVERSE_MAP);
INTER_LINEAR      340 samples/cpp/image_alignment.cpp         INTER_LINEAR + WARP_INVERSE_MAP);
INTER_LINEAR      558 samples/cpp/select3dobj.cpp         remap(frame0, frame, mapxy, Mat(), INTER_LINEAR);
INTER_LINEAR      174 samples/cpp/smiledetect.cpp     resize( gray, smallImg, smallImg.size(), 0, 0, INTER_LINEAR );
INTER_LINEAR      305 samples/cpp/stereo_calib.cpp             remap(img, rimg, rmap[k][0], rmap[k][1], INTER_LINEAR);
INTER_LINEAR      225 samples/cpp/stereo_match.cpp         remap(img1, img1r, map11, map12, INTER_LINEAR);
INTER_LINEAR      226 samples/cpp/stereo_match.cpp         remap(img2, img2r, map21, map22, INTER_LINEAR);
INTER_LINEAR      654 samples/cpp/stitching_detailed.cpp         corners[i] = warper->warp(images[i], K, cameras[i].R, INTER_LINEAR, BORDER_REFLECT, images_warped[i]);
INTER_LINEAR      776 samples/cpp/stitching_detailed.cpp         warper->warp(img, K, cameras[img_idx].R, INTER_LINEAR, BORDER_REFLECT, img_warped);
INTER_LINEAR       51 samples/cpp/tutorial_code/ImgTrans/Remap_Demo.cpp     remap( src, dst, map_x, map_y, INTER_LINEAR, BORDER_CONSTANT, Scalar(0, 0, 0) );
INTER_LINEAR      393 samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp             remap(view, rview, map1, map2, INTER_LINEAR);
INTER_LINEAR      206 samples/cpp/ufacedetect.cpp     resize( img, smallImg, Size(), scale0, scale0, INTER_LINEAR );
INTER_LINEAR       94 samples/gpu/performance/tests.cpp     int interpolation = INTER_LINEAR;