BORDER_CONSTANT   504 modules/calib3d/src/fisheye.cpp     cv::remap(distorted, undistorted, map1, map2, INTER_LINEAR, BORDER_CONSTANT);
BORDER_CONSTANT   216 modules/core/include/opencv2/core/private.hpp     return borderTypeNI == cv::BORDER_CONSTANT ? ippBorderConst :
BORDER_CONSTANT   947 modules/core/src/copy.cpp     else if( borderType == BORDER_CONSTANT )
BORDER_CONSTANT  1092 modules/core/src/copy.cpp     if ( !(borderType == BORDER_CONSTANT || borderType == BORDER_REPLICATE || borderType == BORDER_REFLECT ||
BORDER_CONSTANT  1202 modules/core/src/copy.cpp         if (borderType == BORDER_CONSTANT)
BORDER_CONSTANT  1301 modules/core/src/copy.cpp     if( borderType != BORDER_CONSTANT )
BORDER_CONSTANT    57 modules/core/src/opencl/copymakeborder.cl #ifdef BORDER_CONSTANT
BORDER_CONSTANT   105 modules/core/src/opencl/copymakeborder.cl #ifdef BORDER_CONSTANT
BORDER_CONSTANT   116 modules/core/src/opencl/copymakeborder.cl #ifdef BORDER_CONSTANT
BORDER_CONSTANT   131 modules/core/src/opencl/copymakeborder.cl #ifdef BORDER_CONSTANT
BORDER_CONSTANT   220 modules/cudafilters/src/filtering.cpp         CV_Assert( borderMode == BORDER_REFLECT101 || borderMode == BORDER_REPLICATE || borderMode == BORDER_CONSTANT || borderMode == BORDER_REFLECT || borderMode == BORDER_WRAP );
BORDER_CONSTANT   375 modules/cudafilters/src/filtering.cpp         CV_Assert( rowBorderMode == BORDER_REFLECT101 || rowBorderMode == BORDER_REPLICATE || rowBorderMode == BORDER_CONSTANT || rowBorderMode == BORDER_REFLECT || rowBorderMode == BORDER_WRAP );
BORDER_CONSTANT   376 modules/cudafilters/src/filtering.cpp         CV_Assert( columnBorderMode == BORDER_REFLECT101 || columnBorderMode == BORDER_REPLICATE || columnBorderMode == BORDER_CONSTANT || columnBorderMode == BORDER_REFLECT || columnBorderMode == BORDER_WRAP );
BORDER_CONSTANT   118 modules/cudafilters/test/test_filters.cpp     testing::Values(BorderType(cv::BORDER_REFLECT101), BorderType(cv::BORDER_REPLICATE), BorderType(cv::BORDER_CONSTANT), BorderType(cv::BORDER_REFLECT)),
BORDER_CONSTANT   170 modules/cudafilters/test/test_filters.cpp     testing::Values(BorderType(cv::BORDER_REFLECT101), BorderType(cv::BORDER_REPLICATE), BorderType(cv::BORDER_CONSTANT), BorderType(cv::BORDER_REFLECT)),
BORDER_CONSTANT   283 modules/cudafilters/test/test_filters.cpp                     BorderType(cv::BORDER_CONSTANT),
BORDER_CONSTANT   350 modules/cudafilters/test/test_filters.cpp                     BorderType(cv::BORDER_CONSTANT),
BORDER_CONSTANT   414 modules/cudafilters/test/test_filters.cpp                     BorderType(cv::BORDER_CONSTANT),
BORDER_CONSTANT   488 modules/cudafilters/test/test_filters.cpp                     BorderType(cv::BORDER_CONSTANT),
BORDER_CONSTANT    88 modules/cudaimgproc/src/bilateral_filter.cpp     CV_Assert( borderMode == BORDER_REFLECT101 || borderMode == BORDER_REPLICATE || borderMode == BORDER_CONSTANT || borderMode == BORDER_REFLECT || borderMode == BORDER_WRAP );
BORDER_CONSTANT   318 modules/cudalegacy/src/fgd.cpp         cuda::copyMakeBorder(src, filterBrd, brd, brd, brd, brd, BORDER_CONSTANT, brdVal);
BORDER_CONSTANT    87 modules/cudawarping/include/opencv2/cudawarping.hpp                       int interpolation, int borderMode = BORDER_CONSTANT, Scalar borderValue = Scalar(),
BORDER_CONSTANT   127 modules/cudawarping/include/opencv2/cudawarping.hpp     int borderMode = BORDER_CONSTANT, Scalar borderValue = Scalar(), Stream& stream = Stream::Null());
BORDER_CONSTANT   159 modules/cudawarping/include/opencv2/cudawarping.hpp     int borderMode = BORDER_CONSTANT, Scalar borderValue = Scalar(), Stream& stream = Stream::Null());
BORDER_CONSTANT    84 modules/cudawarping/src/remap.cpp     CV_Assert( borderMode == BORDER_REFLECT101 || borderMode == BORDER_REPLICATE || borderMode == BORDER_CONSTANT || borderMode == BORDER_REFLECT || borderMode == BORDER_WRAP );
BORDER_CONSTANT   194 modules/cudawarping/src/warp.cpp     CV_Assert( borderMode == BORDER_REFLECT101 || borderMode == BORDER_REPLICATE || borderMode == BORDER_CONSTANT || borderMode == BORDER_REFLECT || borderMode == BORDER_WRAP );
BORDER_CONSTANT   243 modules/cudawarping/src/warp.cpp     bool useNpp = borderMode == BORDER_CONSTANT && ofs.x == 0 && ofs.y == 0 && useNppTab[src.depth()][src.channels() - 1][interpolation];
BORDER_CONSTANT   333 modules/cudawarping/src/warp.cpp     CV_Assert( borderMode == BORDER_REFLECT101 || borderMode == BORDER_REPLICATE || borderMode == BORDER_CONSTANT || borderMode == BORDER_REFLECT || borderMode == BORDER_WRAP) ;
BORDER_CONSTANT   382 modules/cudawarping/src/warp.cpp     bool useNpp = borderMode == BORDER_CONSTANT && ofs.x == 0 && ofs.y == 0 && useNppTab[src.depth()][src.channels() - 1][interpolation];
BORDER_CONSTANT    51 modules/cudawarping/test/interpolation.hpp     if (border_type == cv::BORDER_CONSTANT)
BORDER_CONSTANT   177 modules/cudawarping/test/test_remap.cpp     testing::Values(BorderType(cv::BORDER_REFLECT101), BorderType(cv::BORDER_REPLICATE), BorderType(cv::BORDER_CONSTANT), BorderType(cv::BORDER_REFLECT), BorderType(cv::BORDER_WRAP)),
BORDER_CONSTANT    90 modules/cudawarping/test/test_warp_affine.cpp     int borderMode = cv::BORDER_CONSTANT;
BORDER_CONSTANT   269 modules/cudawarping/test/test_warp_affine.cpp     warpAffineGold(src, M, inverse, src.size(), dst_gold, interpolation, cv::BORDER_CONSTANT, cv::Scalar::all(0));
BORDER_CONSTANT    91 modules/cudawarping/test/test_warp_perspective.cpp     int borderMode = cv::BORDER_CONSTANT;
BORDER_CONSTANT   272 modules/cudawarping/test/test_warp_perspective.cpp     warpPerspectiveGold(src, M, inverse, src.size(), dst_gold, interpolation, cv::BORDER_CONSTANT, cv::Scalar::all(0));
BORDER_CONSTANT  1060 modules/features2d/src/orb.cpp                                BORDER_CONSTANT+BORDER_ISOLATED);
BORDER_CONSTANT  1068 modules/features2d/src/orb.cpp                                BORDER_CONSTANT+BORDER_ISOLATED);
BORDER_CONSTANT  1868 modules/imgproc/include/opencv2/imgproc.hpp                          int borderType = BORDER_CONSTANT,
BORDER_CONSTANT  1894 modules/imgproc/include/opencv2/imgproc.hpp                           int borderType = BORDER_CONSTANT,
BORDER_CONSTANT  1921 modules/imgproc/include/opencv2/imgproc.hpp                                 int borderType = BORDER_CONSTANT,
BORDER_CONSTANT  1994 modules/imgproc/include/opencv2/imgproc.hpp                               int borderMode = BORDER_CONSTANT,
BORDER_CONSTANT  2022 modules/imgproc/include/opencv2/imgproc.hpp                                    int borderMode = BORDER_CONSTANT,
BORDER_CONSTANT  2057 modules/imgproc/include/opencv2/imgproc.hpp                          int interpolation, int borderMode = BORDER_CONSTANT,
BORDER_CONSTANT   745 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.filter2D(gray128, dst, -1, kernel, point, 2, Core.BORDER_CONSTANT);
BORDER_CONSTANT    67 modules/imgproc/perf/opencl/perf_filters.cpp     const int type = get<1>(params), ksize = get<2>(params), bordertype = BORDER_CONSTANT;
BORDER_CONSTANT   256 modules/imgproc/perf/opencl/perf_filters.cpp     OCL_TEST_CYCLE() cv::GaussianBlur(src, dst, Size(ksize, ksize), 1, 1, cv::BORDER_CONSTANT);
BORDER_CONSTANT   128 modules/imgproc/perf/opencl/perf_imgproc.cpp CV_ENUM(Border, BORDER_CONSTANT, BORDER_REPLICATE, BORDER_REFLECT, BORDER_WRAP, BORDER_REFLECT_101)
BORDER_CONSTANT   182 modules/imgproc/perf/opencl/perf_imgwarp.cpp     const int type = get<1>(params), interpolation = get<2>(params), borderMode = BORDER_CONSTANT;
BORDER_CONSTANT    37 modules/imgproc/perf/perf_blur.cpp CV_ENUM(BorderType3x3, BORDER_REPLICATE, BORDER_CONSTANT)
BORDER_CONSTANT    38 modules/imgproc/perf/perf_blur.cpp CV_ENUM(BorderType, BORDER_REPLICATE, BORDER_CONSTANT, BORDER_REFLECT, BORDER_REFLECT101)
BORDER_CONSTANT     9 modules/imgproc/perf/perf_corners.cpp CV_ENUM(BorderType, BORDER_REPLICATE, BORDER_CONSTANT, BORDER_REFLECT, BORDER_REFLECT_101)
BORDER_CONSTANT    11 modules/imgproc/perf/perf_filter2d.cpp CV_ENUM(BorderMode, BORDER_CONSTANT, BORDER_REPLICATE, BORDER_REFLECT_101)
BORDER_CONSTANT    11 modules/imgproc/perf/perf_sepfilters.cpp CV_ENUM(BorderType3x3, BORDER_REPLICATE, BORDER_CONSTANT)
BORDER_CONSTANT    12 modules/imgproc/perf/perf_sepfilters.cpp CV_ENUM(BorderType3x3ROI, BORDER_DEFAULT, BORDER_REPLICATE|BORDER_ISOLATED, BORDER_CONSTANT|BORDER_ISOLATED)
BORDER_CONSTANT    14 modules/imgproc/perf/perf_sepfilters.cpp CV_ENUM(BorderType, BORDER_REPLICATE, BORDER_CONSTANT, BORDER_REFLECT, BORDER_REFLECT101)
BORDER_CONSTANT    15 modules/imgproc/perf/perf_sepfilters.cpp CV_ENUM(BorderTypeROI, BORDER_DEFAULT, BORDER_REPLICATE|BORDER_ISOLATED, BORDER_CONSTANT|BORDER_ISOLATED, BORDER_REFLECT|BORDER_ISOLATED, BORDER_REFLECT101|BORDER_ISOLATED)
BORDER_CONSTANT    12 modules/imgproc/perf/perf_warp.cpp CV_ENUM(BorderMode, BORDER_CONSTANT, BORDER_REPLICATE)
BORDER_CONSTANT    40 modules/imgproc/perf/perf_warp.cpp     if(borderMode == BORDER_CONSTANT) cvtest::smoothBorder(src, borderColor, 1);
BORDER_CONSTANT    70 modules/imgproc/perf/perf_warp.cpp     if(borderMode == BORDER_CONSTANT) cvtest::smoothBorder(src, borderColor, 1);
BORDER_CONSTANT   110 modules/imgproc/perf/perf_warp.cpp     if(borderMode == BORDER_CONSTANT) cvtest::smoothBorder(src, borderColor, 1);
BORDER_CONSTANT   442 modules/imgproc/src/corner.cpp     if ( !(borderType == BORDER_CONSTANT || borderType == BORDER_REPLICATE ||
BORDER_CONSTANT   614 modules/imgproc/src/corner.cpp             (borderTypeNI == BORDER_CONSTANT || borderTypeNI == BORDER_REPLICATE) && cn == 1 && (!src.isSubmatrix() || isolated) )
BORDER_CONSTANT   632 modules/imgproc/src/corner.cpp                 IppiBorderType borderTypeIpp = borderTypeNI == BORDER_CONSTANT ? ippBorderConst : ippBorderRepl;
BORDER_CONSTANT   697 modules/imgproc/src/deriv.cpp          (borderType == BORDER_CONSTANT || borderType == BORDER_REPLICATE) ||
BORDER_CONSTANT   148 modules/imgproc/src/filter.cpp     if( rowBorderType == BORDER_CONSTANT || columnBorderType == BORDER_CONSTANT )
BORDER_CONSTANT   185 modules/imgproc/src/filter.cpp         if( columnBorderType == BORDER_CONSTANT )
BORDER_CONSTANT   218 modules/imgproc/src/filter.cpp         if( rowBorderType == BORDER_CONSTANT )
BORDER_CONSTANT   312 modules/imgproc/src/filter.cpp     bool makeBorder = (_dx1 > 0 || _dx2 > 0) && rowBorderType != BORDER_CONSTANT;
BORDER_CONSTANT  4319 modules/imgproc/src/filter.cpp             !(borderType == BORDER_CONSTANT || borderType == BORDER_REPLICATE ||
BORDER_CONSTANT  4596 modules/imgproc/src/filter.cpp         if (borderTypeNI == BORDER_CONSTANT || borderTypeNI == BORDER_REPLICATE)
BORDER_CONSTANT   353 modules/imgproc/src/filterengine.hpp                                                     Point anchor = Point(-1,-1), int rowBorderType = BORDER_CONSTANT,
BORDER_CONSTANT  3526 modules/imgproc/src/imgwarp.cpp                     else if( borderType == BORDER_CONSTANT )
BORDER_CONSTANT  3570 modules/imgproc/src/imgwarp.cpp                     else if( borderType == BORDER_CONSTANT )
BORDER_CONSTANT  3924 modules/imgproc/src/imgwarp.cpp                         if( borderType == BORDER_CONSTANT &&
BORDER_CONSTANT  3964 modules/imgproc/src/imgwarp.cpp                         if( borderType == BORDER_CONSTANT &&
BORDER_CONSTANT  4075 modules/imgproc/src/imgwarp.cpp                 if( borderType1 == BORDER_CONSTANT &&
BORDER_CONSTANT  4178 modules/imgproc/src/imgwarp.cpp                 if( borderType1 == BORDER_CONSTANT &&
BORDER_CONSTANT  4595 modules/imgproc/src/imgwarp.cpp         if (borderType == BORDER_CONSTANT &&
BORDER_CONSTANT  4683 modules/imgproc/src/imgwarp.cpp                 (borderType == BORDER_CONSTANT || borderType == BORDER_TRANSPARENT))
BORDER_CONSTANT  5423 modules/imgproc/src/imgwarp.cpp         if( borderType == BORDER_CONSTANT )
BORDER_CONSTANT  5476 modules/imgproc/src/imgwarp.cpp     if ( !(borderType == cv::BORDER_CONSTANT &&
BORDER_CONSTANT  5616 modules/imgproc/src/imgwarp.cpp            ( borderType == cv::BORDER_TRANSPARENT || borderType == cv::BORDER_CONSTANT) )
BORDER_CONSTANT  6053 modules/imgproc/src/imgwarp.cpp         if( borderType == BORDER_CONSTANT )
BORDER_CONSTANT  6124 modules/imgproc/src/imgwarp.cpp            ( borderType == cv::BORDER_TRANSPARENT || borderType == cv::BORDER_CONSTANT ) &&
BORDER_CONSTANT  6371 modules/imgproc/src/imgwarp.cpp         (flags & CV_WARP_FILL_OUTLIERS) ? cv::BORDER_CONSTANT : cv::BORDER_TRANSPARENT,
BORDER_CONSTANT  6383 modules/imgproc/src/imgwarp.cpp         (flags & CV_WARP_FILL_OUTLIERS) ? cv::BORDER_CONSTANT : cv::BORDER_TRANSPARENT,
BORDER_CONSTANT  6396 modules/imgproc/src/imgwarp.cpp         (flags & CV_WARP_FILL_OUTLIERS) ? cv::BORDER_CONSTANT : cv::BORDER_TRANSPARENT,
BORDER_CONSTANT  1005 modules/imgproc/src/morph.cpp     if( (_rowBorderType == BORDER_CONSTANT || _columnBorderType == BORDER_CONSTANT) &&
BORDER_CONSTANT  1271 modules/imgproc/src/morph.cpp         !( borderType == cv::BORDER_REPLICATE || (borderType == cv::BORDER_CONSTANT && borderValue == morphologyDefaultBorderValue() &&
BORDER_CONSTANT  1276 modules/imgproc/src/morph.cpp     if( borderType == cv::BORDER_CONSTANT && kernel.data )
BORDER_CONSTANT  1509 modules/imgproc/src/morph.cpp     if ((depth == CV_64F && !doubleSupport) || borderType != BORDER_CONSTANT)
BORDER_CONSTANT  1687 modules/imgproc/src/morph.cpp                borderType == cv::BORDER_CONSTANT && borderValue == morphologyDefaultBorderValue() &&
BORDER_CONSTANT  1837 modules/imgproc/src/morph.cpp         borderType == cv::BORDER_CONSTANT && borderValue == morphologyDefaultBorderValue(),
BORDER_CONSTANT    62 modules/imgproc/src/opencl/boxFilter.cl #ifdef BORDER_CONSTANT
BORDER_CONSTANT   145 modules/imgproc/src/opencl/boxFilter.cl #ifdef BORDER_CONSTANT
BORDER_CONSTANT    50 modules/imgproc/src/opencl/corner.cl #ifdef BORDER_CONSTANT
BORDER_CONSTANT   120 modules/imgproc/src/opencl/corner.cl #ifdef BORDER_CONSTANT
BORDER_CONSTANT    12 modules/imgproc/src/opencl/covardata.cl #ifdef BORDER_CONSTANT
BORDER_CONSTANT    45 modules/imgproc/src/opencl/covardata.cl #ifdef BORDER_CONSTANT
BORDER_CONSTANT    43 modules/imgproc/src/opencl/filter2D.cl #ifdef BORDER_CONSTANT
BORDER_CONSTANT    95 modules/imgproc/src/opencl/filter2D.cl #ifdef BORDER_CONSTANT
BORDER_CONSTANT   193 modules/imgproc/src/opencl/filter2D.cl #ifdef BORDER_CONSTANT
BORDER_CONSTANT    83 modules/imgproc/src/opencl/filter2DSmall.cl #ifdef BORDER_CONSTANT
BORDER_CONSTANT   194 modules/imgproc/src/opencl/filter2DSmall.cl #ifdef BORDER_CONSTANT
BORDER_CONSTANT    74 modules/imgproc/src/opencl/filterSepRow.cl     #ifdef BORDER_CONSTANT
BORDER_CONSTANT   114 modules/imgproc/src/opencl/filterSepRow.cl     #ifdef BORDER_CONSTANT
BORDER_CONSTANT   171 modules/imgproc/src/opencl/filterSepRow.cl #ifdef BORDER_CONSTANT
BORDER_CONSTANT   311 modules/imgproc/src/opencl/filterSepRow.cl #ifdef BORDER_CONSTANT
BORDER_CONSTANT    46 modules/imgproc/src/opencl/filterSep_singlePass.cl #ifdef BORDER_CONSTANT
BORDER_CONSTANT    91 modules/imgproc/src/opencl/filterSep_singlePass.cl #ifdef BORDER_CONSTANT
BORDER_CONSTANT    48 modules/imgproc/src/opencl/filterSmall.cl #ifdef BORDER_CONSTANT
BORDER_CONSTANT   298 modules/imgproc/src/opencl/filterSmall.cl #ifdef BORDER_CONSTANT
BORDER_CONSTANT    45 modules/imgproc/src/opencl/laplacian5.cl #ifdef BORDER_CONSTANT
BORDER_CONSTANT    90 modules/imgproc/src/opencl/laplacian5.cl #ifdef BORDER_CONSTANT
BORDER_CONSTANT    79 modules/imgproc/src/opencl/remap.cl #ifdef BORDER_CONSTANT
BORDER_CONSTANT   174 modules/imgproc/src/opencl/remap.cl #ifndef BORDER_CONSTANT
BORDER_CONSTANT   415 modules/imgproc/src/opencl/remap.cl #if defined BORDER_CONSTANT
BORDER_CONSTANT   514 modules/imgproc/src/phasecorr.cpp         copyMakeBorder(src1, padded1, 0, M - src1.rows, 0, N - src1.cols, BORDER_CONSTANT, Scalar::all(0));
BORDER_CONSTANT   515 modules/imgproc/src/phasecorr.cpp         copyMakeBorder(src2, padded2, 0, M - src2.rows, 0, N - src2.cols, BORDER_CONSTANT, Scalar::all(0));
BORDER_CONSTANT   519 modules/imgproc/src/phasecorr.cpp             copyMakeBorder(window, paddedWin, 0, M - window.rows, 0, N - window.cols, BORDER_CONSTANT, Scalar::all(0));
BORDER_CONSTANT  1171 modules/imgproc/src/pyramids.cpp     CV_Assert(borderType != BORDER_CONSTANT);
BORDER_CONSTANT  1325 modules/imgproc/src/pyramids.cpp     CV_Assert(borderType != BORDER_CONSTANT);
BORDER_CONSTANT  1319 modules/imgproc/src/smooth.cpp     if( borderType != BORDER_CONSTANT && normalize && (borderType & BORDER_ISOLATED) != 0 )
BORDER_CONSTANT  1343 modules/imgproc/src/smooth.cpp              ippBorderType == BORDER_CONSTANT) && ocvAnchor == ippAnchor &&
BORDER_CONSTANT  1356 modules/imgproc/src/smooth.cpp                     ippBorderType = ippBorderType == BORDER_CONSTANT ? ippBorderConst : ippBorderRepl; \
BORDER_CONSTANT  1500 modules/imgproc/src/smooth.cpp     if( borderType != BORDER_CONSTANT && normalize )
BORDER_CONSTANT  1636 modules/imgproc/src/smooth.cpp     if( borderType != BORDER_CONSTANT && (borderType & BORDER_ISOLATED) != 0 )
BORDER_CONSTANT   211 modules/imgproc/src/undistort.cpp         remap( src, dst_part, map1_part, map2_part, INTER_LINEAR, BORDER_CONSTANT );
BORDER_CONSTANT   137 modules/imgproc/test/ocl/test_boxfilter.cpp                                 Values((BorderType)BORDER_CONSTANT,
BORDER_CONSTANT   150 modules/imgproc/test/ocl/test_boxfilter.cpp                                 Values((BorderType)BORDER_CONSTANT,
BORDER_CONSTANT   130 modules/imgproc/test/ocl/test_filter2d.cpp                                 Values((BorderType)BORDER_CONSTANT,
BORDER_CONSTANT   356 modules/imgproc/test/ocl/test_filters.cpp     Values((BorderType)BORDER_CONSTANT, (BorderType)BORDER_REPLICATE, (BorderType)BORDER_REFLECT, (BorderType)BORDER_WRAP, (BorderType)BORDER_REFLECT_101/*, \
BORDER_CONSTANT   357 modules/imgproc/test/ocl/test_filters.cpp             (int)BORDER_CONSTANT|BORDER_ISOLATED, (int)BORDER_REPLICATE|BORDER_ISOLATED, \
BORDER_CONSTANT   362 modules/imgproc/test/ocl/test_filters.cpp     Values((BorderType)BORDER_CONSTANT, (BorderType)BORDER_REPLICATE, (BorderType)BORDER_REFLECT, /*(int)BORDER_WRAP,*/ (BorderType)BORDER_REFLECT_101/*, \
BORDER_CONSTANT   363 modules/imgproc/test/ocl/test_filters.cpp             (int)BORDER_CONSTANT|BORDER_ISOLATED, (int)BORDER_REPLICATE|BORDER_ISOLATED, \
BORDER_CONSTANT   418 modules/imgproc/test/ocl/test_filters.cpp                             Values((BorderType)BORDER_CONSTANT),
BORDER_CONSTANT   427 modules/imgproc/test/ocl/test_filters.cpp                             Values((BorderType)BORDER_CONSTANT),
BORDER_CONSTANT   448 modules/imgproc/test/ocl/test_imgproc.cpp                             Values((BorderType)BORDER_CONSTANT, (BorderType)BORDER_REPLICATE,
BORDER_CONSTANT   455 modules/imgproc/test/ocl/test_imgproc.cpp                             Values( (BorderType)BORDER_CONSTANT, (BorderType)BORDER_REPLICATE,
BORDER_CONSTANT   462 modules/imgproc/test/ocl/test_imgproc.cpp                             Values( (BorderType)BORDER_CONSTANT, (BorderType)BORDER_REPLICATE,
BORDER_CONSTANT   491 modules/imgproc/test/ocl/test_imgproc.cpp                             Values((BorderType)BORDER_CONSTANT, (BorderType)BORDER_REPLICATE, (BorderType)BORDER_REFLECT,
BORDER_CONSTANT   127 modules/imgproc/test/ocl/test_sepfilter2D.cpp                                         (BorderType)BORDER_CONSTANT,
BORDER_CONSTANT   372 modules/imgproc/test/ocl/test_warp.cpp                             Values((BorderType)BORDER_CONSTANT,
BORDER_CONSTANT   386 modules/imgproc/test/ocl/test_warp.cpp                             Values((BorderType)BORDER_CONSTANT,
BORDER_CONSTANT   780 modules/imgproc/test/test_imgwarp_strict.cpp     if (borderType == BORDER_CONSTANT)
BORDER_CONSTANT   855 modules/imgproc/test/test_imgwarp_strict.cpp                 if (borderType == BORDER_CONSTANT)
BORDER_CONSTANT   142 modules/photo/src/contrast_preserve.hpp     filter2D(img, dest, -1, kernelx, anchor, 0.0, BORDER_CONSTANT);
BORDER_CONSTANT   152 modules/photo/src/contrast_preserve.hpp     filter2D(img, dest, -1, kernely, anchor, 0.0, BORDER_CONSTANT);
BORDER_CONSTANT    96 modules/photo/src/denoising.cuda.cpp     CV_Assert(b == BORDER_REFLECT101 || b == BORDER_REPLICATE || b == BORDER_CONSTANT || b == BORDER_REFLECT || b == BORDER_WRAP);
BORDER_CONSTANT    86 modules/shape/include/opencv2/shape/shape_transformer.hpp                                    int flags=INTER_LINEAR, int borderMode=BORDER_CONSTANT,
BORDER_CONSTANT   351 modules/stitching/src/blenders.cpp     copyMakeBorder(weight_map, weight_pyr_gauss[0], top, bottom, left, right, BORDER_CONSTANT);
BORDER_CONSTANT   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]);
BORDER_CONSTANT   185 modules/stitching/src/stitcher.cpp         w->warp(masks[i], K, cameras_[i].R, INTER_NEAREST, BORDER_CONSTANT, masks_warped[i]);
BORDER_CONSTANT   288 modules/stitching/src/stitcher.cpp         w->warp(img, K, cameras_[img_idx].R, INTER_LINEAR, BORDER_CONSTANT, img_warped);
BORDER_CONSTANT   297 modules/stitching/src/stitcher.cpp         w->warp(mask, K, cameras_[img_idx].R, INTER_NEAREST, BORDER_CONSTANT, mask_warped);
BORDER_CONSTANT    58 modules/ts/include/opencv2/ts/cuda_perf.hpp     CV_ENUM(BorderMode, BORDER_REFLECT101, BORDER_REPLICATE, BORDER_CONSTANT, BORDER_REFLECT, BORDER_WRAP)
BORDER_CONSTANT   322 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_ENUM(BorderType, BORDER_REFLECT101, BORDER_REPLICATE, BORDER_CONSTANT, BORDER_REFLECT, BORDER_WRAP)
BORDER_CONSTANT   323 modules/ts/include/opencv2/ts/cuda_test.hpp     #define ALL_BORDER_TYPES testing::Values(BorderType(cv::BORDER_REFLECT101), BorderType(cv::BORDER_REPLICATE), BorderType(cv::BORDER_CONSTANT), BorderType(cv::BORDER_REFLECT), BorderType(cv::BORDER_WRAP))
BORDER_CONSTANT   361 modules/ts/include/opencv2/ts/ocl_test.hpp CV_ENUM(BorderType, BORDER_CONSTANT, BORDER_REPLICATE, BORDER_REFLECT, BORDER_WRAP, BORDER_REFLECT_101)
BORDER_CONSTANT   652 modules/ts/src/ts_func.cpp     if( borderType == BORDER_CONSTANT )
BORDER_CONSTANT   709 modules/ts/src/ts_func.cpp     if( borderType == BORDER_CONSTANT )
BORDER_CONSTANT   785 modules/ts/src/ts_func.cpp     if( borderType == BORDER_CONSTANT )
BORDER_CONSTANT   860 modules/ts/src/ts_func.cpp     else if( borderType == BORDER_CONSTANT )
BORDER_CONSTANT   875 modules/ts/src/ts_func.cpp     if( borderType == BORDER_CONSTANT )
BORDER_CONSTANT   123 modules/video/include/opencv2/video/tracking.hpp                                           int derivBorder = BORDER_CONSTANT,
BORDER_CONSTANT   202 modules/video/perf/perf_optflowpyrlk.cpp         derivBorder = BORDER_CONSTANT;
BORDER_CONSTANT   210 modules/video/perf/perf_optflowpyrlk.cpp     int maxLevel = buildOpticalFlowPyramid(img, pyramid, winSize, 1000, withDerivatives, BORDER_CONSTANT, BORDER_CONSTANT, tryReuseInputImage);
BORDER_CONSTANT  1239 modules/video/src/lkpyramid.cpp             copyMakeBorder(derivI, _derivI, winSize.height, winSize.height, winSize.width, winSize.width, BORDER_CONSTANT|BORDER_ISOLATED);
BORDER_CONSTANT    41 samples/cpp/dft.cpp     copyMakeBorder(img, padded, 0, M - img.rows, 0, N - img.cols, BORDER_CONSTANT, Scalar::all(0));
BORDER_CONSTANT   657 samples/cpp/stitching_detailed.cpp         warper->warp(masks[i], K, cameras[i].R, INTER_NEAREST, BORDER_CONSTANT, masks_warped[i]);
BORDER_CONSTANT   781 samples/cpp/stitching_detailed.cpp         warper->warp(mask, K, cameras[img_idx].R, INTER_NEAREST, BORDER_CONSTANT, mask_warped);
BORDER_CONSTANT    51 samples/cpp/tutorial_code/ImgTrans/Remap_Demo.cpp     remap( src, dst, map_x, map_y, INTER_LINEAR, BORDER_CONSTANT, Scalar(0, 0, 0) );
BORDER_CONSTANT    63 samples/cpp/tutorial_code/ImgTrans/copyMakeBorder_demo.cpp            { borderType = BORDER_CONSTANT; }
BORDER_CONSTANT    33 samples/cpp/tutorial_code/core/discrete_fourier_transform/discrete_fourier_transform.cpp     copyMakeBorder(I, padded, 0, m - I.rows, 0, n - I.cols, BORDER_CONSTANT, Scalar::all(0));
BORDER_CONSTANT   495 samples/cpp/videostab.cpp             stabilizer->setBorderMode(BORDER_CONSTANT);