/external/opencv3/modules/imgproc/perf/ |
D | perf_sepfilters.cpp | 12 …(BorderType3x3ROI, BORDER_DEFAULT, BORDER_REPLICATE|BORDER_ISOLATED, BORDER_CONSTANT|BORDER_ISOLAT… 15 …, BORDER_REPLICATE|BORDER_ISOLATED, BORDER_CONSTANT|BORDER_ISOLATED, BORDER_REFLECT|BORDER_ISOLATE…
|
/external/opencv3/modules/imgproc/src/opencl/ |
D | filterSepRow.cl | 183 #ifdef BORDER_ISOLATED 203 #ifdef BORDER_ISOLATED 217 #ifdef BORDER_ISOLATED 231 #ifdef BORDER_ISOLATED 323 #ifdef BORDER_ISOLATED 345 #ifdef BORDER_ISOLATED
|
D | boxFilter.cl | 132 #ifdef BORDER_ISOLATED 151 #ifdef BORDER_ISOLATED
|
D | filter2DSmall.cl | 76 #ifdef BORDER_ISOLATED 179 #ifdef BORDER_ISOLATED
|
D | filterSmall.cl | 41 #ifdef BORDER_ISOLATED 144 #ifdef BORDER_ISOLATED
|
D | filter2D.cl | 180 #ifdef BORDER_ISOLATED
|
/external/opencv3/modules/imgproc/test/ocl/ |
D | test_filter2d.cpp | 76 borderType = GET_PARAM(4) | (GET_PARAM(5) ? BORDER_ISOLATED : 0); in PARAM_TEST_CASE()
|
D | test_sepfilter2D.cpp | 72 borderType = GET_PARAM(2) | (GET_PARAM(3) ? BORDER_ISOLATED : 0); in PARAM_TEST_CASE()
|
D | test_imgproc.cpp | 129 borderType |= BORDER_ISOLATED; in PARAM_TEST_CASE()
|
/external/opencv3/modules/imgproc/src/ |
D | corner.cpp | 549 bool isolated = (borderType & BORDER_ISOLATED) != 0; in cornerMinEigenVal() 550 int borderTypeNI = borderType & ~BORDER_ISOLATED; in cornerMinEigenVal() 610 int borderTypeNI = borderType & ~BORDER_ISOLATED; in cornerHarris() 611 bool isolated = (borderType & BORDER_ISOLATED) != 0; in cornerHarris()
|
D | deriv.cpp | 200 IppiBorderType ippiBorderType = ippiGetBorderType(borderType & (~BORDER_ISOLATED)); in IPPDerivScharr() 210 if (0 == (BORDER_ISOLATED & borderType)) in IPPDerivScharr() 813 … if ((ksize == 3 || ksize == 5) && ((borderType & BORDER_ISOLATED) != 0 || !_src.isSubmatrix()) && in Laplacian() 819 int borderTypeNI = borderType & ~BORDER_ISOLATED; in Laplacian()
|
D | templmatch.cpp | 196 templ_block.cols - templ_roi.cols, BORDER_ISOLATED); in convolve_dft() 212 0, image_block.cols - image_roi.cols, BORDER_ISOLATED); in convolve_dft() 735 if( !(borderType & BORDER_ISOLATED) ) in crossCorr() 741 borderType |= BORDER_ISOLATED; in crossCorr()
|
D | pyramids.cpp | 1190 bool isolated = (borderType & BORDER_ISOLATED) != 0; in pyrDown() 1191 int borderTypeNI = borderType & ~BORDER_ISOLATED; in pyrDown() 1267 bool isolated = (borderType & BORDER_ISOLATED) != 0; in pyrUp() 1268 int borderTypeNI = borderType & ~BORDER_ISOLATED; in pyrUp() 1346 bool isolated = (borderType & BORDER_ISOLATED) != 0; in buildPyramid() 1347 int borderTypeNI = borderType & ~BORDER_ISOLATED; in buildPyramid()
|
D | filter.cpp | 4022 bool isolated = (borderType & BORDER_ISOLATED) != 0; in ocl_filter2D() 4023 borderType &= ~BORDER_ISOLATED; in ocl_filter2D() 4213 bool isolated = (borderType & BORDER_ISOLATED) != 0; in ocl_sepRowFilter2D() 4215 * const btype = borderMap[borderType & ~BORDER_ISOLATED]; in ocl_sepRowFilter2D() 4419 (!(borderType & BORDER_ISOLATED) || _src.offset() == 0) && in ocl_sepFilter2D() 4423 … borderType & ~BORDER_ISOLATED, ddepth, bdepth, int_arithm), true) in ocl_sepFilter2D() 4591 bool isolated = (borderType & BORDER_ISOLATED) != 0; in filter2D() 4593 int borderTypeNI = borderType & ~BORDER_ISOLATED; in filter2D() 4705 anchor, delta, borderType & ~BORDER_ISOLATED ); in filter2D() 4706 f->apply(src, dst, Rect(0,0,-1,-1), Point(), (borderType & BORDER_ISOLATED) != 0 ); in filter2D() [all …]
|
D | morph.cpp | 1363 bool isolated = (borderType & BORDER_ISOLATED) != 0; in ocl_morphSmall() 1364 borderType &= ~BORDER_ISOLATED; in ocl_morphSmall() 1732 (borderType & BORDER_ISOLATED) == 0 && //TODO: check border types in morphOp()
|
D | smooth.cpp | 1054 bool isolated = (borderType & BORDER_ISOLATED) != 0; in ocl_boxFilter() 1055 borderType &= ~BORDER_ISOLATED; in ocl_boxFilter() 1319 if( borderType != BORDER_CONSTANT && normalize && (borderType & BORDER_ISOLATED) != 0 ) in boxFilter() 1334 int ippBorderType = borderType & ~BORDER_ISOLATED; in boxFilter() 1636 if( borderType != BORDER_CONSTANT && (borderType & BORDER_ISOLATED) != 0 ) in GaussianBlur()
|
/external/opencv3/modules/features2d/src/ |
D | orb.cpp | 1057 BORDER_REFLECT_101+BORDER_ISOLATED); in detectAndCompute() 1060 BORDER_CONSTANT+BORDER_ISOLATED); in detectAndCompute() 1068 BORDER_CONSTANT+BORDER_ISOLATED); in detectAndCompute()
|
/external/opencv3/modules/photo/src/ |
D | fast_nlmeans_denoising_opencl.hpp | 153 BORDER_DEFAULT|BORDER_ISOLATED); // create borders in place in ocl_fastNlMeansDenoising()
|
/external/opencv3/modules/core/src/ |
D | copy.cpp | 1089 bool isolated = (borderType & BORDER_ISOLATED) != 0; in ocl_copyMakeBorder() 1090 borderType &= ~cv::BORDER_ISOLATED; in ocl_copyMakeBorder() 1158 if( src.isSubmatrix() && (borderType & BORDER_ISOLATED) == 0 ) in copyMakeBorder() 1184 borderType &= ~BORDER_ISOLATED; in copyMakeBorder()
|
/external/opencv3/modules/imgproc/test/ |
D | test_filter.cpp | 838 kernel, anchor, 0, border & ~BORDER_ISOLATED ); in prepare_to_validation() 880 border = BORDER_REPLICATE | BORDER_ISOLATED; in get_test_array_types_and_sizes() 1014 cvtest::copyMakeBorder( ptr, src, m/2, m/2, m/2, m/2, border & ~BORDER_ISOLATED ); in prepare_to_validation() 1904 blur(src_roi, dst, kernelSize, Point(-1, -1), BORDER_REPLICATE | BORDER_ISOLATED); in TEST()
|
/external/opencv3/modules/video/src/ |
D | lkpyramid.cpp | 757 if(tryReuseInputImage && img.isSubmatrix() && (pyrBorder & BORDER_ISOLATED) == 0) in buildOpticalFlowPyramid() 806 …el, temp, winSize.height, winSize.height, winSize.width, winSize.width, pyrBorder|BORDER_ISOLATED); in buildOpticalFlowPyramid() 823 … deriv, winSize.height, winSize.height, winSize.width, winSize.width, derivBorder|BORDER_ISOLATED); in buildOpticalFlowPyramid() 1239 …vI, winSize.height, winSize.height, winSize.width, winSize.width, BORDER_CONSTANT|BORDER_ISOLATED); in calcOpticalFlowPyrLK()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | base.hpp | 243 BORDER_ISOLATED = 16 //!< do not look outside of ROI enumerator
|
/external/opencv3/modules/java/src/ |
D | core+Core.java | 148 BORDER_ISOLATED = 16, field in Core
|