Home
last modified time | relevance | path

Searched refs:BORDER_ISOLATED (Results 1 – 23 of 23) sorted by relevance

/external/opencv3/modules/imgproc/perf/
Dperf_sepfilters.cpp12 …(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/
DfilterSepRow.cl183 #ifdef BORDER_ISOLATED
203 #ifdef BORDER_ISOLATED
217 #ifdef BORDER_ISOLATED
231 #ifdef BORDER_ISOLATED
323 #ifdef BORDER_ISOLATED
345 #ifdef BORDER_ISOLATED
DboxFilter.cl132 #ifdef BORDER_ISOLATED
151 #ifdef BORDER_ISOLATED
Dfilter2DSmall.cl76 #ifdef BORDER_ISOLATED
179 #ifdef BORDER_ISOLATED
DfilterSmall.cl41 #ifdef BORDER_ISOLATED
144 #ifdef BORDER_ISOLATED
Dfilter2D.cl180 #ifdef BORDER_ISOLATED
/external/opencv3/modules/imgproc/test/ocl/
Dtest_filter2d.cpp76 borderType = GET_PARAM(4) | (GET_PARAM(5) ? BORDER_ISOLATED : 0); in PARAM_TEST_CASE()
Dtest_sepfilter2D.cpp72 borderType = GET_PARAM(2) | (GET_PARAM(3) ? BORDER_ISOLATED : 0); in PARAM_TEST_CASE()
Dtest_imgproc.cpp129 borderType |= BORDER_ISOLATED; in PARAM_TEST_CASE()
/external/opencv3/modules/imgproc/src/
Dcorner.cpp549 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()
Dderiv.cpp200 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()
Dtemplmatch.cpp196 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()
Dpyramids.cpp1190 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()
Dfilter.cpp4022 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 …]
Dmorph.cpp1363 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()
Dsmooth.cpp1054 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/
Dorb.cpp1057 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/
Dfast_nlmeans_denoising_opencl.hpp153 BORDER_DEFAULT|BORDER_ISOLATED); // create borders in place in ocl_fastNlMeansDenoising()
/external/opencv3/modules/core/src/
Dcopy.cpp1089 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/
Dtest_filter.cpp838 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/
Dlkpyramid.cpp757 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/
Dbase.hpp243 BORDER_ISOLATED = 16 //!< do not look outside of ROI enumerator
/external/opencv3/modules/java/src/
Dcore+Core.java148 BORDER_ISOLATED = 16, field in Core