BORDER_DEFAULT    103 modules/cudafilters/include/opencv2/cudafilters.hpp                                        int borderMode = BORDER_DEFAULT, Scalar borderVal = Scalar::all(0));
BORDER_DEFAULT    121 modules/cudafilters/include/opencv2/cudafilters.hpp                                           int borderMode = BORDER_DEFAULT, Scalar borderVal = Scalar::all(0));
BORDER_DEFAULT    140 modules/cudafilters/include/opencv2/cudafilters.hpp                                              int borderMode = BORDER_DEFAULT, Scalar borderVal = Scalar::all(0));
BORDER_DEFAULT    160 modules/cudafilters/include/opencv2/cudafilters.hpp                                                    Point anchor = Point(-1,-1), int rowBorderMode = BORDER_DEFAULT, int columnBorderMode = -1);
BORDER_DEFAULT    182 modules/cudafilters/include/opencv2/cudafilters.hpp                                          int rowBorderMode = BORDER_DEFAULT, int columnBorderMode = -1);
BORDER_DEFAULT    200 modules/cudafilters/include/opencv2/cudafilters.hpp                                          double scale = 1, int rowBorderMode = BORDER_DEFAULT, int columnBorderMode = -1);
BORDER_DEFAULT    217 modules/cudafilters/include/opencv2/cudafilters.hpp                                           double scale = 1, int rowBorderMode = BORDER_DEFAULT, int columnBorderMode = -1);
BORDER_DEFAULT    238 modules/cudafilters/include/opencv2/cudafilters.hpp                                             int rowBorderMode = BORDER_DEFAULT, int columnBorderMode = -1);
BORDER_DEFAULT    276 modules/cudafilters/include/opencv2/cudafilters.hpp                                           int borderMode = BORDER_DEFAULT, Scalar borderVal = Scalar::all(0));
BORDER_DEFAULT    288 modules/cudafilters/include/opencv2/cudafilters.hpp                                           int borderMode = BORDER_DEFAULT, Scalar borderVal = Scalar::all(0));
BORDER_DEFAULT    302 modules/cudafilters/include/opencv2/cudafilters.hpp CV_EXPORTS Ptr<Filter> createRowSumFilter(int srcType, int dstType, int ksize, int anchor = -1, int borderMode = BORDER_DEFAULT, Scalar borderVal = Scalar::all(0));
BORDER_DEFAULT    313 modules/cudafilters/include/opencv2/cudafilters.hpp CV_EXPORTS Ptr<Filter> createColumnSumFilter(int srcType, int dstType, int ksize, int anchor = -1, int borderMode = BORDER_DEFAULT, Scalar borderVal = Scalar::all(0));
BORDER_DEFAULT    572 modules/cudafilters/src/filtering.cpp         cuda::copyMakeBorder(src, srcBorder_, ksize.height, ksize.height, ksize.width, ksize.width, BORDER_DEFAULT, Scalar(), _stream);
BORDER_DEFAULT    706 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp                                 int borderMode = BORDER_DEFAULT, Stream& stream = Stream::Null());
BORDER_DEFAULT     73 modules/cudalegacy/src/bm_fast.cpp     cuda::copyMakeBorder(I0, extended_I0, border_size, border_size, border_size, border_size, cv::BORDER_DEFAULT, Scalar(), stream);
BORDER_DEFAULT     74 modules/cudalegacy/src/bm_fast.cpp     cuda::copyMakeBorder(I1, extended_I1, border_size, border_size, border_size, border_size, cv::BORDER_DEFAULT, Scalar(), stream);
BORDER_DEFAULT    121 modules/features2d/src/kaze/KAZEFeatures.cpp         Scharr(evolution_[i].Lsmooth, evolution_[i].Lx, CV_32F, 1, 0, 1, 0, BORDER_DEFAULT);
BORDER_DEFAULT    122 modules/features2d/src/kaze/KAZEFeatures.cpp         Scharr(evolution_[i].Lsmooth, evolution_[i].Ly, CV_32F, 0, 1, 1, 0, BORDER_DEFAULT);
BORDER_DEFAULT     82 modules/features2d/src/kaze/nldiffusion_functions.cpp     Scharr(src, dst, CV_32F, xorder, yorder, 1.0, 0, BORDER_DEFAULT);
BORDER_DEFAULT    230 modules/features2d/src/kaze/nldiffusion_functions.cpp     Scharr(gaussian, Lx, CV_32F, 1, 0, 1, 0, cv::BORDER_DEFAULT);
BORDER_DEFAULT    231 modules/features2d/src/kaze/nldiffusion_functions.cpp     Scharr(gaussian, Ly, CV_32F, 0, 1, 1, 0, cv::BORDER_DEFAULT);
BORDER_DEFAULT   1161 modules/imgproc/include/opencv2/imgproc.hpp                                 int borderType = BORDER_DEFAULT );
BORDER_DEFAULT   1193 modules/imgproc/include/opencv2/imgproc.hpp                                    int borderType = BORDER_DEFAULT );
BORDER_DEFAULT   1222 modules/imgproc/include/opencv2/imgproc.hpp                              int borderType = BORDER_DEFAULT );
BORDER_DEFAULT   1245 modules/imgproc/include/opencv2/imgproc.hpp                                 int borderType = BORDER_DEFAULT );
BORDER_DEFAULT   1267 modules/imgproc/include/opencv2/imgproc.hpp                         int borderType = BORDER_DEFAULT );
BORDER_DEFAULT   1301 modules/imgproc/include/opencv2/imgproc.hpp                             double delta = 0, int borderType = BORDER_DEFAULT );
BORDER_DEFAULT   1323 modules/imgproc/include/opencv2/imgproc.hpp                                double delta = 0, int borderType = BORDER_DEFAULT );
BORDER_DEFAULT   1370 modules/imgproc/include/opencv2/imgproc.hpp                          int borderType = BORDER_DEFAULT );
BORDER_DEFAULT   1396 modules/imgproc/include/opencv2/imgproc.hpp                           int borderType = BORDER_DEFAULT );
BORDER_DEFAULT   1427 modules/imgproc/include/opencv2/imgproc.hpp                              int borderType = BORDER_DEFAULT );
BORDER_DEFAULT   1474 modules/imgproc/include/opencv2/imgproc.hpp                                      int borderType = BORDER_DEFAULT );
BORDER_DEFAULT   1497 modules/imgproc/include/opencv2/imgproc.hpp                                 int borderType = BORDER_DEFAULT );
BORDER_DEFAULT   1527 modules/imgproc/include/opencv2/imgproc.hpp                                           int borderType = BORDER_DEFAULT );
BORDER_DEFAULT   1553 modules/imgproc/include/opencv2/imgproc.hpp                                    int borderType = BORDER_DEFAULT );
BORDER_DEFAULT   2508 modules/imgproc/include/opencv2/imgproc.hpp                            const Size& dstsize = Size(), int borderType = BORDER_DEFAULT );
BORDER_DEFAULT   2528 modules/imgproc/include/opencv2/imgproc.hpp                          const Size& dstsize = Size(), int borderType = BORDER_DEFAULT );
BORDER_DEFAULT   2542 modules/imgproc/include/opencv2/imgproc.hpp                               int maxlevel, int borderType = BORDER_DEFAULT );
BORDER_DEFAULT     35 modules/imgproc/perf/perf_bilateral.cpp     TEST_CYCLE() bilateralFilter(src, dst, d, sigmaColor, sigmaSpace, BORDER_DEFAULT);
BORDER_DEFAULT     12 modules/imgproc/perf/perf_sepfilters.cpp CV_ENUM(BorderType3x3ROI, BORDER_DEFAULT, BORDER_REPLICATE|BORDER_ISOLATED, BORDER_CONSTANT|BORDER_ISOLATED)
BORDER_DEFAULT     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_DEFAULT    269 modules/imgproc/src/corner.cpp                      int borderType=BORDER_DEFAULT )
BORDER_DEFAULT    306 modules/imgproc/src/filterengine.hpp                           int rowBorderType = BORDER_DEFAULT,
BORDER_DEFAULT    313 modules/imgproc/src/filterengine.hpp                  double delta = 0, int rowBorderType = BORDER_DEFAULT,
BORDER_DEFAULT    319 modules/imgproc/src/filterengine.hpp                                     int borderType = BORDER_DEFAULT);
BORDER_DEFAULT    324 modules/imgproc/src/filterengine.hpp                                         int borderType = BORDER_DEFAULT );
BORDER_DEFAULT    338 modules/imgproc/src/filterengine.hpp                                               int borderType = BORDER_DEFAULT);
BORDER_DEFAULT   1119 modules/imgproc/src/pyramids.cpp     if (channels > 4 || borderType != BORDER_DEFAULT)
BORDER_DEFAULT   1183 modules/imgproc/src/pyramids.cpp     if(borderType == BORDER_DEFAULT && tegra::useTegra() && tegra::pyrDown(src, dst))
BORDER_DEFAULT   1192 modules/imgproc/src/pyramids.cpp         if (borderTypeNI == BORDER_DEFAULT && (!src.isSubmatrix() || isolated) && dsz == Size((src.cols + 1)/2, (src.rows + 1)/2))
BORDER_DEFAULT   1248 modules/imgproc/src/pyramids.cpp     CV_Assert(borderType == BORDER_DEFAULT);
BORDER_DEFAULT   1260 modules/imgproc/src/pyramids.cpp     if(borderType == BORDER_DEFAULT && tegra::useTegra() && tegra::pyrUp(src, dst))
BORDER_DEFAULT   1269 modules/imgproc/src/pyramids.cpp         if (borderTypeNI == BORDER_DEFAULT && (!src.isSubmatrix() || isolated) && dsz == Size(src.cols*2, src.rows*2))
BORDER_DEFAULT   1348 modules/imgproc/src/pyramids.cpp         if (borderTypeNI == BORDER_DEFAULT && (!src.isSubmatrix() || isolated))
BORDER_DEFAULT     69 modules/imgproc/test/test_bilateral_filter.cpp             double sigma_space, int borderType = BORDER_DEFAULT);
BORDER_DEFAULT     71 modules/photo/include/opencv2/photo/cuda.hpp                               int borderMode = BORDER_DEFAULT,
BORDER_DEFAULT    131 modules/photo/src/denoising.cuda.cpp     cv::cuda::copyMakeBorder(src, extended_src, border_size, border_size, border_size, border_size, cv::BORDER_DEFAULT, Scalar(), stream);
BORDER_DEFAULT    118 modules/photo/src/fast_nlmeans_denoising_invoker.hpp     copyMakeBorder(src_, extended_src_, border_size_, border_size_, border_size_, border_size_, BORDER_DEFAULT);
BORDER_DEFAULT    153 modules/photo/src/fast_nlmeans_denoising_opencl.hpp                        BORDER_DEFAULT|BORDER_ISOLATED); // create borders in place
BORDER_DEFAULT    156 modules/photo/src/fast_nlmeans_denoising_opencl.hpp         copyMakeBorder(_src, srcex, borderSize, borderSize, borderSize, borderSize, BORDER_DEFAULT);
BORDER_DEFAULT    125 modules/photo/src/fast_nlmeans_multi_denoising_invoker.hpp             border_size_, border_size_, border_size_, border_size_, cv::BORDER_DEFAULT);
BORDER_DEFAULT    181 modules/video/perf/perf_optflowpyrlk.cpp CV_ENUM(PyrBorderMode, BORDER_DEFAULT, BORDER_TRANSPARENT)
BORDER_DEFAULT     35 samples/cpp/tutorial_code/ImgTrans/Laplace_Demo.cpp   GaussianBlur( src, src, Size(3,3), 0, 0, BORDER_DEFAULT );
BORDER_DEFAULT     46 samples/cpp/tutorial_code/ImgTrans/Laplace_Demo.cpp   Laplacian( src_gray, dst, ddepth, kernel_size, scale, delta, BORDER_DEFAULT );
BORDER_DEFAULT     34 samples/cpp/tutorial_code/ImgTrans/Sobel_Demo.cpp   GaussianBlur( src, src, Size(3,3), 0, 0, BORDER_DEFAULT );
BORDER_DEFAULT     48 samples/cpp/tutorial_code/ImgTrans/Sobel_Demo.cpp   Sobel( src_gray, grad_x, ddepth, 1, 0, 3, scale, delta, BORDER_DEFAULT );
BORDER_DEFAULT     53 samples/cpp/tutorial_code/ImgTrans/Sobel_Demo.cpp   Sobel( src_gray, grad_y, ddepth, 0, 1, 3, scale, delta, BORDER_DEFAULT );
BORDER_DEFAULT     60 samples/cpp/tutorial_code/ImgTrans/filter2D_demo.cpp          filter2D(src, dst, ddepth , kernel, anchor, delta, BORDER_DEFAULT );
BORDER_DEFAULT     53 samples/cpp/tutorial_code/TrackingMotion/cornerDetector_Demo.cpp   cornerEigenValsAndVecs( src_gray, myHarris_dst, blockSize, apertureSize, BORDER_DEFAULT );
BORDER_DEFAULT     74 samples/cpp/tutorial_code/TrackingMotion/cornerDetector_Demo.cpp   cornerMinEigenVal( src_gray, myShiTomasi_dst, blockSize, apertureSize, BORDER_DEFAULT );
BORDER_DEFAULT     64 samples/cpp/tutorial_code/TrackingMotion/cornerHarris_Demo.cpp   cornerHarris( src_gray, dst, blockSize, apertureSize, k, BORDER_DEFAULT );