BORDER_ISOLATED  1089 modules/core/src/copy.cpp     bool isolated = (borderType & BORDER_ISOLATED) != 0;
BORDER_ISOLATED  1090 modules/core/src/copy.cpp     borderType &= ~cv::BORDER_ISOLATED;
BORDER_ISOLATED  1158 modules/core/src/copy.cpp     if( src.isSubmatrix() && (borderType & BORDER_ISOLATED) == 0 )
BORDER_ISOLATED  1184 modules/core/src/copy.cpp     borderType &= ~BORDER_ISOLATED;
BORDER_ISOLATED  1057 modules/features2d/src/orb.cpp                            BORDER_REFLECT_101+BORDER_ISOLATED);
BORDER_ISOLATED  1060 modules/features2d/src/orb.cpp                                BORDER_CONSTANT+BORDER_ISOLATED);
BORDER_ISOLATED  1068 modules/features2d/src/orb.cpp                                BORDER_CONSTANT+BORDER_ISOLATED);
BORDER_ISOLATED    12 modules/imgproc/perf/perf_sepfilters.cpp CV_ENUM(BorderType3x3ROI, BORDER_DEFAULT, BORDER_REPLICATE|BORDER_ISOLATED, BORDER_CONSTANT|BORDER_ISOLATED)
BORDER_ISOLATED    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_ISOLATED   549 modules/imgproc/src/corner.cpp         bool isolated = (borderType & BORDER_ISOLATED) != 0;
BORDER_ISOLATED   550 modules/imgproc/src/corner.cpp         int borderTypeNI = borderType & ~BORDER_ISOLATED;
BORDER_ISOLATED   610 modules/imgproc/src/corner.cpp         int borderTypeNI = borderType & ~BORDER_ISOLATED;
BORDER_ISOLATED   611 modules/imgproc/src/corner.cpp         bool isolated = (borderType & BORDER_ISOLATED) != 0;
BORDER_ISOLATED   200 modules/imgproc/src/deriv.cpp     IppiBorderType ippiBorderType = ippiGetBorderType(borderType & (~BORDER_ISOLATED));
BORDER_ISOLATED   210 modules/imgproc/src/deriv.cpp     if (0 == (BORDER_ISOLATED & borderType))
BORDER_ISOLATED   813 modules/imgproc/src/deriv.cpp         if ((ksize == 3 || ksize == 5) && ((borderType & BORDER_ISOLATED) != 0 || !_src.isSubmatrix()) &&
BORDER_ISOLATED   819 modules/imgproc/src/deriv.cpp             int borderTypeNI = borderType & ~BORDER_ISOLATED;
BORDER_ISOLATED  4022 modules/imgproc/src/filter.cpp     bool isolated = (borderType & BORDER_ISOLATED) != 0;
BORDER_ISOLATED  4023 modules/imgproc/src/filter.cpp     borderType &= ~BORDER_ISOLATED;
BORDER_ISOLATED  4213 modules/imgproc/src/filter.cpp     bool isolated = (borderType & BORDER_ISOLATED) != 0;
BORDER_ISOLATED  4215 modules/imgproc/src/filter.cpp         * const btype = borderMap[borderType & ~BORDER_ISOLATED];
BORDER_ISOLATED  4419 modules/imgproc/src/filter.cpp                 (!(borderType & BORDER_ISOLATED) || _src.offset() == 0) &&
BORDER_ISOLATED  4423 modules/imgproc/src/filter.cpp                                            borderType & ~BORDER_ISOLATED, ddepth, bdepth, int_arithm), true)
BORDER_ISOLATED  4591 modules/imgproc/src/filter.cpp         bool isolated = (borderType & BORDER_ISOLATED) != 0;
BORDER_ISOLATED  4593 modules/imgproc/src/filter.cpp         int borderTypeNI = borderType & ~BORDER_ISOLATED;
BORDER_ISOLATED  4705 modules/imgproc/src/filter.cpp                                              anchor, delta, borderType & ~BORDER_ISOLATED );
BORDER_ISOLATED  4706 modules/imgproc/src/filter.cpp     f->apply(src, dst, Rect(0,0,-1,-1), Point(), (borderType & BORDER_ISOLATED) != 0 );
BORDER_ISOLATED  4726 modules/imgproc/src/filter.cpp         dst.type(), kernelX, kernelY, anchor, delta, borderType & ~BORDER_ISOLATED );
BORDER_ISOLATED  4727 modules/imgproc/src/filter.cpp     f->apply(src, dst, Rect(0,0,-1,-1), Point(), (borderType & BORDER_ISOLATED) != 0 );
BORDER_ISOLATED  1363 modules/imgproc/src/morph.cpp     bool isolated = (borderType & BORDER_ISOLATED) != 0;
BORDER_ISOLATED  1364 modules/imgproc/src/morph.cpp     borderType &= ~BORDER_ISOLATED;
BORDER_ISOLATED  1732 modules/imgproc/src/morph.cpp         (borderType & BORDER_ISOLATED) == 0 && //TODO: check border types
BORDER_ISOLATED  1190 modules/imgproc/src/pyramids.cpp         bool isolated = (borderType & BORDER_ISOLATED) != 0;
BORDER_ISOLATED  1191 modules/imgproc/src/pyramids.cpp         int borderTypeNI = borderType & ~BORDER_ISOLATED;
BORDER_ISOLATED  1267 modules/imgproc/src/pyramids.cpp         bool isolated = (borderType & BORDER_ISOLATED) != 0;
BORDER_ISOLATED  1268 modules/imgproc/src/pyramids.cpp         int borderTypeNI = borderType & ~BORDER_ISOLATED;
BORDER_ISOLATED  1346 modules/imgproc/src/pyramids.cpp         bool isolated = (borderType & BORDER_ISOLATED) != 0;
BORDER_ISOLATED  1347 modules/imgproc/src/pyramids.cpp         int borderTypeNI = borderType & ~BORDER_ISOLATED;
BORDER_ISOLATED  1054 modules/imgproc/src/smooth.cpp     bool isolated = (borderType & BORDER_ISOLATED) != 0;
BORDER_ISOLATED  1055 modules/imgproc/src/smooth.cpp     borderType &= ~BORDER_ISOLATED;
BORDER_ISOLATED  1319 modules/imgproc/src/smooth.cpp     if( borderType != BORDER_CONSTANT && normalize && (borderType & BORDER_ISOLATED) != 0 )
BORDER_ISOLATED  1334 modules/imgproc/src/smooth.cpp         int ippBorderType = borderType & ~BORDER_ISOLATED;
BORDER_ISOLATED  1636 modules/imgproc/src/smooth.cpp     if( borderType != BORDER_CONSTANT && (borderType & BORDER_ISOLATED) != 0 )
BORDER_ISOLATED   196 modules/imgproc/src/templmatch.cpp                    templ_block.cols - templ_roi.cols, BORDER_ISOLATED);
BORDER_ISOLATED   212 modules/imgproc/src/templmatch.cpp                            0, image_block.cols - image_roi.cols, BORDER_ISOLATED);
BORDER_ISOLATED   735 modules/imgproc/src/templmatch.cpp     if( !(borderType & BORDER_ISOLATED) )
BORDER_ISOLATED   741 modules/imgproc/src/templmatch.cpp     borderType |= BORDER_ISOLATED;
BORDER_ISOLATED    76 modules/imgproc/test/ocl/test_filter2d.cpp         borderType = GET_PARAM(4) | (GET_PARAM(5) ? BORDER_ISOLATED : 0);
BORDER_ISOLATED   357 modules/imgproc/test/ocl/test_filters.cpp             (int)BORDER_CONSTANT|BORDER_ISOLATED, (int)BORDER_REPLICATE|BORDER_ISOLATED, \
BORDER_ISOLATED   358 modules/imgproc/test/ocl/test_filters.cpp             (int)BORDER_REFLECT|BORDER_ISOLATED, (int)BORDER_WRAP|BORDER_ISOLATED, \
BORDER_ISOLATED   359 modules/imgproc/test/ocl/test_filters.cpp             (int)BORDER_REFLECT_101|BORDER_ISOLATED*/) // WRAP and ISOLATED are not supported by cv:: version
BORDER_ISOLATED   363 modules/imgproc/test/ocl/test_filters.cpp             (int)BORDER_CONSTANT|BORDER_ISOLATED, (int)BORDER_REPLICATE|BORDER_ISOLATED, \
BORDER_ISOLATED   364 modules/imgproc/test/ocl/test_filters.cpp             (int)BORDER_REFLECT|BORDER_ISOLATED, (int)BORDER_WRAP|BORDER_ISOLATED, \
BORDER_ISOLATED   365 modules/imgproc/test/ocl/test_filters.cpp             (int)BORDER_REFLECT_101|BORDER_ISOLATED*/) // WRAP and ISOLATED are not supported by cv:: version
BORDER_ISOLATED   129 modules/imgproc/test/ocl/test_imgproc.cpp             borderType |= BORDER_ISOLATED;
BORDER_ISOLATED    72 modules/imgproc/test/ocl/test_sepfilter2D.cpp         borderType = GET_PARAM(2) | (GET_PARAM(3) ? BORDER_ISOLATED : 0);
BORDER_ISOLATED   838 modules/imgproc/test/test_filter.cpp                       kernel, anchor, 0, border & ~BORDER_ISOLATED );
BORDER_ISOLATED   880 modules/imgproc/test/test_filter.cpp     border = BORDER_REPLICATE | BORDER_ISOLATED;
BORDER_ISOLATED  1014 modules/imgproc/test/test_filter.cpp         cvtest::copyMakeBorder( ptr, src, m/2, m/2, m/2, m/2, border & ~BORDER_ISOLATED );
BORDER_ISOLATED  1904 modules/imgproc/test/test_filter.cpp     blur(src_roi, dst, kernelSize, Point(-1, -1), BORDER_REPLICATE | BORDER_ISOLATED);
BORDER_ISOLATED   153 modules/photo/src/fast_nlmeans_denoising_opencl.hpp                        BORDER_DEFAULT|BORDER_ISOLATED); // create borders in place
BORDER_ISOLATED   757 modules/video/src/lkpyramid.cpp     if(tryReuseInputImage && img.isSubmatrix() && (pyrBorder & BORDER_ISOLATED) == 0)
BORDER_ISOLATED   806 modules/video/src/lkpyramid.cpp                 copyMakeBorder(thisLevel, temp, winSize.height, winSize.height, winSize.width, winSize.width, pyrBorder|BORDER_ISOLATED);
BORDER_ISOLATED   823 modules/video/src/lkpyramid.cpp                 copyMakeBorder(derivI, deriv, winSize.height, winSize.height, winSize.width, winSize.width, derivBorder|BORDER_ISOLATED);
BORDER_ISOLATED  1239 modules/video/src/lkpyramid.cpp             copyMakeBorder(derivI, _derivI, winSize.height, winSize.height, winSize.width, winSize.width, BORDER_CONSTANT|BORDER_ISOLATED);