INTER_NEAREST      98 modules/cudawarping/perf/perf_warping.cpp                     Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)),
INTER_NEAREST     150 modules/cudawarping/perf/perf_warping.cpp                     Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)),
INTER_NEAREST     237 modules/cudawarping/perf/perf_warping.cpp                     Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)),
INTER_NEAREST     287 modules/cudawarping/perf/perf_warping.cpp                     Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)),
INTER_NEAREST     337 modules/cudawarping/perf/perf_warping.cpp                     Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC))))
INTER_NEAREST      83 modules/cudawarping/src/remap.cpp     CV_Assert( interpolation == INTER_NEAREST || interpolation == INTER_LINEAR || interpolation == INTER_CUBIC );
INTER_NEAREST      73 modules/cudawarping/src/resize.cpp     CV_Assert( interpolation == INTER_NEAREST || interpolation == INTER_LINEAR || interpolation == INTER_CUBIC || interpolation == INTER_AREA );
INTER_NEAREST     193 modules/cudawarping/src/warp.cpp     CV_Assert( interpolation == INTER_NEAREST || interpolation == INTER_LINEAR || interpolation == INTER_CUBIC );
INTER_NEAREST     332 modules/cudawarping/src/warp.cpp     CV_Assert( interpolation == INTER_NEAREST || interpolation == INTER_LINEAR || interpolation == INTER_CUBIC );
INTER_NEAREST     524 modules/cudawarping/src/warp.cpp     CV_Assert( interpolation == INTER_NEAREST || interpolation == INTER_LINEAR || interpolation == INTER_CUBIC );
INTER_NEAREST     176 modules/cudawarping/test/test_remap.cpp     testing::Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)),
INTER_NEAREST     160 modules/cudawarping/test/test_resize.cpp     testing::Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)),
INTER_NEAREST     206 modules/cudawarping/test/test_resize.cpp     testing::Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_AREA)),
INTER_NEAREST      89 modules/cudawarping/test/test_warp_affine.cpp     int interpolation = cv::INTER_NEAREST;
INTER_NEAREST     230 modules/cudawarping/test/test_warp_affine.cpp     testing::Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)),
INTER_NEAREST     278 modules/cudawarping/test/test_warp_affine.cpp     testing::Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC))));
INTER_NEAREST      90 modules/cudawarping/test/test_warp_perspective.cpp     int interpolation = cv::INTER_NEAREST;
INTER_NEAREST     233 modules/cudawarping/test/test_warp_perspective.cpp     testing::Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)),
INTER_NEAREST     281 modules/cudawarping/test/test_warp_perspective.cpp     testing::Values(Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC))));
INTER_NEAREST      57 modules/imgproc/perf/opencl/perf_imgwarp.cpp CV_ENUM(InterType, INTER_NEAREST, INTER_LINEAR, INTER_CUBIC)
INTER_NEAREST      94 modules/imgproc/perf/opencl/perf_imgwarp.cpp                                    OCL_PERF_ENUM(InterType(INTER_NEAREST), InterType(INTER_LINEAR))))
INTER_NEAREST     126 modules/imgproc/perf/opencl/perf_imgwarp.cpp                                OCL_PERF_ENUM(InterType(INTER_NEAREST), InterType(INTER_LINEAR)),
INTER_NEAREST     178 modules/imgproc/perf/opencl/perf_imgwarp.cpp                                OCL_PERF_ENUM(InterType(INTER_NEAREST), InterType(INTER_LINEAR))))
INTER_NEAREST      10 modules/imgproc/perf/perf_remap.cpp CV_ENUM(InterType, INTER_NEAREST, INTER_LINEAR, INTER_CUBIC, INTER_LANCZOS4)
INTER_NEAREST      34 modules/imgproc/perf/perf_remap.cpp     else if (inter_type != INTER_NEAREST && map1_type == CV_16SC2)
INTER_NEAREST      13 modules/imgproc/perf/perf_warp.cpp CV_ENUM(InterType, INTER_NEAREST, INTER_LINEAR)
INTER_NEAREST    2897 modules/imgproc/src/imgwarp.cpp            (interpolation == INTER_NEAREST || interpolation == INTER_LINEAR ||
INTER_NEAREST    3017 modules/imgproc/src/imgwarp.cpp     else if (interpolation == INTER_NEAREST)
INTER_NEAREST    3282 modules/imgproc/src/imgwarp.cpp     if( interpolation == INTER_NEAREST )
INTER_NEAREST    4494 modules/imgproc/src/imgwarp.cpp     if (borderType == BORDER_TRANSPARENT || !(interpolation == INTER_LINEAR || interpolation == INTER_NEAREST)
INTER_NEAREST    4533 modules/imgproc/src/imgwarp.cpp     if (interpolation != INTER_NEAREST)
INTER_NEAREST    4681 modules/imgproc/src/imgwarp.cpp         if ((interpolation == INTER_LINEAR || interpolation == INTER_CUBIC || interpolation == INTER_NEAREST) &&
INTER_NEAREST    4686 modules/imgproc/src/imgwarp.cpp                 interpolation == INTER_NEAREST ? IPPI_INTER_NN :
INTER_NEAREST    4725 modules/imgproc/src/imgwarp.cpp     if( interpolation == INTER_NEAREST )
INTER_NEAREST    5235 modules/imgproc/src/imgwarp.cpp         int round_delta = interpolation == INTER_NEAREST ? AB_SCALE/2 : AB_SCALE/INTER_TAB_SIZE/2, x, y, x1, y1;
INTER_NEAREST    5263 modules/imgproc/src/imgwarp.cpp                     if( interpolation == INTER_NEAREST )
INTER_NEAREST    5383 modules/imgproc/src/imgwarp.cpp                 if( interpolation == INTER_NEAREST )
INTER_NEAREST    5477 modules/imgproc/src/imgwarp.cpp            (interpolation == cv::INTER_NEAREST || interpolation == cv::INTER_LINEAR || interpolation == cv::INTER_CUBIC)) ||
INTER_NEAREST    5488 modules/imgproc/src/imgwarp.cpp     int wdepth = interpolation == INTER_NEAREST ? depth : std::max(is32f ? CV_32F : CV_32S, depth);
INTER_NEAREST    5493 modules/imgproc/src/imgwarp.cpp     if (interpolation == INTER_NEAREST)
INTER_NEAREST    5615 modules/imgproc/src/imgwarp.cpp            ( interpolation == INTER_NEAREST || interpolation == INTER_LINEAR || interpolation == INTER_CUBIC) &&
INTER_NEAREST    5649 modules/imgproc/src/imgwarp.cpp             interpolation == INTER_NEAREST ? IPPI_INTER_NN :
INTER_NEAREST    5741 modules/imgproc/src/imgwarp.cpp                     if( interpolation == INTER_NEAREST )
INTER_NEAREST    6013 modules/imgproc/src/imgwarp.cpp                 if( interpolation == INTER_NEAREST )
INTER_NEAREST    6125 modules/imgproc/src/imgwarp.cpp            (interpolation == INTER_NEAREST || interpolation == INTER_LINEAR || interpolation == INTER_CUBIC))
INTER_NEAREST    6153 modules/imgproc/src/imgwarp.cpp             interpolation == INTER_NEAREST ? IPPI_INTER_NN :
INTER_NEAREST     307 modules/imgproc/test/ocl/test_warp.cpp         OCL_OFF(cv::remap(src_roi, dst_roi, map1_roi, map2_roi, INTER_NEAREST, borderType, val));
INTER_NEAREST     308 modules/imgproc/test/ocl/test_warp.cpp         OCL_ON(cv::remap(usrc_roi, udst_roi, umap1_roi, umap2_roi, INTER_NEAREST, borderType, val));
INTER_NEAREST     340 modules/imgproc/test/ocl/test_warp.cpp                             Values((Interpolation)INTER_NEAREST, (Interpolation)INTER_LINEAR, (Interpolation)INTER_CUBIC),
INTER_NEAREST     346 modules/imgproc/test/ocl/test_warp.cpp                             Values((Interpolation)INTER_NEAREST, (Interpolation)INTER_LINEAR, (Interpolation)INTER_CUBIC),
INTER_NEAREST     354 modules/imgproc/test/ocl/test_warp.cpp                             Values((Interpolation)INTER_NEAREST, (Interpolation)INTER_LINEAR),
INTER_NEAREST     118 modules/imgproc/test/test_imgwarp_strict.cpp     if (inter == INTER_NEAREST)
INTER_NEAREST     250 modules/imgproc/test/test_imgwarp_strict.cpp     else if (interpolation == INTER_NEAREST)
INTER_NEAREST     518 modules/imgproc/test/test_imgwarp_strict.cpp     if (interpolation == INTER_NEAREST)
INTER_NEAREST     591 modules/imgproc/test/test_imgwarp_strict.cpp     if (interpolation == INTER_NEAREST)
INTER_NEAREST     692 modules/imgproc/test/test_imgwarp_strict.cpp             if (interpolation != INTER_NEAREST)
INTER_NEAREST     767 modules/imgproc/test/test_imgwarp_strict.cpp         convertMaps(mapx.clone(), mapy.clone(), mapx, mapy, CV_16SC2, interpolation == INTER_NEAREST);
INTER_NEAREST     768 modules/imgproc/test/test_imgwarp_strict.cpp     else if (interpolation != INTER_NEAREST)
INTER_NEAREST     772 modules/imgproc/test/test_imgwarp_strict.cpp     if (interpolation == INTER_NEAREST)
INTER_NEAREST     774 modules/imgproc/test/test_imgwarp_strict.cpp     CV_Assert(((interpolation == INTER_NEAREST && mapy.empty()) || mapy.type() == CV_16UC1 ||
INTER_NEAREST     823 modules/imgproc/test/test_imgwarp_strict.cpp     int index = interpolation == INTER_NEAREST ? 0 : 1;
INTER_NEAREST    1067 modules/imgproc/test/test_imgwarp_strict.cpp     if (inter != INTER_NEAREST)
INTER_NEAREST    1077 modules/imgproc/test/test_imgwarp_strict.cpp     int round_delta = (inter == INTER_NEAREST) ? AB_SCALE / 2 : (AB_SCALE / INTER_TAB_SIZE / 2);
INTER_NEAREST    1095 modules/imgproc/test/test_imgwarp_strict.cpp             if (inter != INTER_NEAREST)
INTER_NEAREST    1100 modules/imgproc/test/test_imgwarp_strict.cpp     CV_Assert(mapx.type() == CV_16SC2 && ((inter == INTER_NEAREST && mapy.empty()) || mapy.type() == CV_16SC1));
INTER_NEAREST    1194 modules/imgproc/test/test_imgwarp_strict.cpp     if (inter != INTER_NEAREST)
INTER_NEAREST    1209 modules/imgproc/test/test_imgwarp_strict.cpp             if (inter == INTER_NEAREST)
INTER_NEAREST    1227 modules/imgproc/test/test_imgwarp_strict.cpp     CV_Assert(mapx.type() == CV_16SC2 && ((inter == INTER_NEAREST && mapy.empty()) || mapy.type() == CV_16SC1));
INTER_NEAREST     185 modules/stitching/src/stitcher.cpp         w->warp(masks[i], K, cameras_[i].R, INTER_NEAREST, BORDER_CONSTANT, masks_warped[i]);
INTER_NEAREST     297 modules/stitching/src/stitcher.cpp         w->warp(mask, K, cameras_[img_idx].R, INTER_NEAREST, BORDER_CONSTANT, mask_warped);
INTER_NEAREST     622 modules/superres/src/btv_l1.cpp                 remap(uhighRes_, ua_, ubackwardMaps_[k], noArray(), INTER_NEAREST);
INTER_NEAREST     626 modules/superres/src/btv_l1.cpp                 resize(ub_, uc_, lowResSize, 0, 0, INTER_NEAREST);
INTER_NEAREST     636 modules/superres/src/btv_l1.cpp                 remap(ub_, ua_, uforwardMaps_[k], noArray(), INTER_NEAREST);
INTER_NEAREST     723 modules/superres/src/btv_l1.cpp                 remap(highRes_, a_, backwardMaps_[k], noArray(), INTER_NEAREST);
INTER_NEAREST     727 modules/superres/src/btv_l1.cpp                 resize(b_, c_, lowResSize, 0, 0, INTER_NEAREST);
INTER_NEAREST     736 modules/superres/src/btv_l1.cpp                 remap(b_, a_, forwardMaps_[k], noArray(), INTER_NEAREST);
INTER_NEAREST     360 modules/superres/src/btv_l1_cuda.cpp                 cuda::remap(highRes_, a_[k], backwardMaps_[k].first, backwardMaps_[k].second, INTER_NEAREST, BORDER_REPLICATE, Scalar(), streams_[k]);
INTER_NEAREST     364 modules/superres/src/btv_l1_cuda.cpp                 cuda::resize(b_[k], c_[k], lowResSize, 0, 0, INTER_NEAREST, streams_[k]);
INTER_NEAREST     373 modules/superres/src/btv_l1_cuda.cpp                 cuda::remap(b_[k], diffTerms_[k], forwardMaps_[k].first, forwardMaps_[k].second, INTER_NEAREST, BORDER_REPLICATE, Scalar(), streams_[k]);
INTER_NEAREST     136 modules/superres/test/test_superres.cpp     cv::resize(blurred_, deg_, cv::Size(), iscale_, iscale_, cv::INTER_NEAREST);
INTER_NEAREST      59 modules/ts/include/opencv2/ts/cuda_perf.hpp     CV_ENUM(Interpolation, INTER_NEAREST, INTER_LINEAR, INTER_CUBIC, INTER_AREA)
INTER_NEAREST     320 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_ENUM(Interpolation, INTER_NEAREST, INTER_LINEAR, INTER_CUBIC, INTER_AREA)
INTER_NEAREST     325 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_FLAGS(WarpFlags, INTER_NEAREST, INTER_LINEAR, INTER_CUBIC, WARP_INVERSE_MAP)
INTER_NEAREST     359 modules/ts/include/opencv2/ts/ocl_test.hpp CV_ENUM(Interpolation, INTER_NEAREST, INTER_LINEAR, INTER_CUBIC, INTER_AREA)
INTER_NEAREST     456 modules/video/src/ecc.cpp     const int maskFlags  = INTER_NEAREST + WARP_INVERSE_MAP;
INTER_NEAREST     393 modules/videostab/src/inpainting.cpp                     INTER_NEAREST);
INTER_NEAREST     395 modules/videostab/src/inpainting.cpp             warpPerspective(mask1_, transformedMask1_, motion1to0, mask1_.size(), INTER_NEAREST);
INTER_NEAREST     220 modules/videostab/src/stabilizer.cpp                     stabilizationMotion(Rect(0,0,3,2)), frameSize_, INTER_NEAREST);
INTER_NEAREST     224 modules/videostab/src/stabilizer.cpp                     stabilizationMotion, frameSize_, INTER_NEAREST);
INTER_NEAREST     297 samples/android/image-manipulations/src/org/opencv/samples/imagemanipulations/ImageManipulationsActivity.java             Imgproc.resize(rgbaInnerWindow, mIntermediateMat, mSize0, 0.1, 0.1, Imgproc.INTER_NEAREST);
INTER_NEAREST     298 samples/android/image-manipulations/src/org/opencv/samples/imagemanipulations/ImageManipulationsActivity.java             Imgproc.resize(mIntermediateMat, rgbaInnerWindow, rgbaInnerWindow.size(), 0., 0., Imgproc.INTER_NEAREST);
INTER_NEAREST     657 samples/cpp/stitching_detailed.cpp         warper->warp(masks[i], K, cameras[i].R, INTER_NEAREST, BORDER_CONSTANT, masks_warped[i]);
INTER_NEAREST     781 samples/cpp/stitching_detailed.cpp         warper->warp(mask, K, cameras[img_idx].R, INTER_NEAREST, BORDER_CONSTANT, mask_warped);