Home
last modified time | relevance | path

Searched refs:BORDER_DEFAULT (Results 1 – 25 of 31) sorted by relevance

12

/external/opencv3/modules/cudafilters/include/opencv2/
Dcudafilters.hpp103 … int borderMode = BORDER_DEFAULT, Scalar borderVal = Scalar::all(0));
121 … int borderMode = BORDER_DEFAULT, Scalar borderVal = Scalar::all(0));
140 … int borderMode = BORDER_DEFAULT, Scalar borderVal = Scalar::all(0));
160 … Point anchor = Point(-1,-1), int rowBorderMode = BORDER_DEFAULT, int columnBorderMode = -1);
182 … int rowBorderMode = BORDER_DEFAULT, int columnBorderMode = -1);
200 … double scale = 1, int rowBorderMode = BORDER_DEFAULT, int columnBorderMode = -1);
217 … double scale = 1, int rowBorderMode = BORDER_DEFAULT, int columnBorderMode = -1);
238 … int rowBorderMode = BORDER_DEFAULT, int columnBorderMode = -1);
276 … int borderMode = BORDER_DEFAULT, Scalar borderVal = Scalar::all(0));
288 … int borderMode = BORDER_DEFAULT, Scalar borderVal = Scalar::all(0));
[all …]
/external/opencv3/samples/cpp/tutorial_code/ImgTrans/
DSobel_Demo.cpp34 GaussianBlur( src, src, Size(3,3), 0, 0, BORDER_DEFAULT ); in main()
48 Sobel( src_gray, grad_x, ddepth, 1, 0, 3, scale, delta, BORDER_DEFAULT ); in main()
53 Sobel( src_gray, grad_y, ddepth, 0, 1, 3, scale, delta, BORDER_DEFAULT ); in main()
DLaplace_Demo.cpp35 GaussianBlur( src, src, Size(3,3), 0, 0, BORDER_DEFAULT ); in main()
46 Laplacian( src_gray, dst, ddepth, kernel_size, scale, delta, BORDER_DEFAULT ); in main()
Dfilter2D_demo.cpp60 filter2D(src, dst, ddepth , kernel, anchor, delta, BORDER_DEFAULT ); in main()
/external/opencv3/modules/imgproc/src/
Dfilterengine.hpp306 int rowBorderType = BORDER_DEFAULT,
313 double delta = 0, int rowBorderType = BORDER_DEFAULT,
319 int borderType = BORDER_DEFAULT);
324 int borderType = BORDER_DEFAULT );
338 int borderType = BORDER_DEFAULT);
Dpyramids.cpp1119 if (channels > 4 || borderType != BORDER_DEFAULT) in ocl_pyrUp()
1183 if(borderType == BORDER_DEFAULT && tegra::useTegra() && tegra::pyrDown(src, dst)) in pyrDown()
1192 …if (borderTypeNI == BORDER_DEFAULT && (!src.isSubmatrix() || isolated) && dsz == Size((src.cols + … in pyrDown()
1248 CV_Assert(borderType == BORDER_DEFAULT); in pyrUp()
1260 if(borderType == BORDER_DEFAULT && tegra::useTegra() && tegra::pyrUp(src, dst)) in pyrUp()
1269 …if (borderTypeNI == BORDER_DEFAULT && (!src.isSubmatrix() || isolated) && dsz == Size(src.cols*2, … in pyrUp()
1348 if (borderTypeNI == BORDER_DEFAULT && (!src.isSubmatrix() || isolated)) in buildPyramid()
/external/opencv3/modules/imgproc/include/opencv2/
Dimgproc.hpp1161 int borderType = BORDER_DEFAULT );
1193 int borderType = BORDER_DEFAULT );
1222 int borderType = BORDER_DEFAULT );
1245 int borderType = BORDER_DEFAULT );
1267 int borderType = BORDER_DEFAULT );
1301 double delta = 0, int borderType = BORDER_DEFAULT );
1323 double delta = 0, int borderType = BORDER_DEFAULT );
1370 int borderType = BORDER_DEFAULT );
1396 int borderType = BORDER_DEFAULT );
1427 int borderType = BORDER_DEFAULT );
[all …]
/external/opencv3/modules/cudalegacy/src/
Dbm_fast.cpp73 …extended_I0, border_size, border_size, border_size, border_size, cv::BORDER_DEFAULT, Scalar(), str… in operator ()()
74 …extended_I1, border_size, border_size, border_size, border_size, cv::BORDER_DEFAULT, Scalar(), str… in operator ()()
/external/opencv3/samples/cpp/tutorial_code/TrackingMotion/
DcornerDetector_Demo.cpp53 cornerEigenValsAndVecs( src_gray, myHarris_dst, blockSize, apertureSize, BORDER_DEFAULT ); in main()
74 cornerMinEigenVal( src_gray, myShiTomasi_dst, blockSize, apertureSize, BORDER_DEFAULT ); in main()
DcornerHarris_Demo.cpp64 cornerHarris( src_gray, dst, blockSize, apertureSize, k, BORDER_DEFAULT ); in cornerHarris_demo()
/external/opencv3/doc/tutorials/imgproc/imgtrans/laplace_operator/
Dlaplace_operator.markdown78 GaussianBlur( src, src, Size(3,3), 0, 0, BORDER_DEFAULT );
86 Laplacian( src_gray, dst, ddepth, kernel_size, scale, delta, BORDER_DEFAULT );
96 - *scale*, *delta* and *BORDER_DEFAULT*: We leave them as default values.
/external/opencv3/doc/tutorials/imgproc/imgtrans/sobel_derivatives/
Dsobel_derivatives.markdown135 GaussianBlur( src, src, Size(3,3), 0, 0, BORDER_DEFAULT );
148 Sobel( src_gray, grad_x, ddepth, 1, 0, 3, scale, delta, BORDER_DEFAULT );
150 Sobel( src_gray, grad_y, ddepth, 0, 1, 3, scale, delta, BORDER_DEFAULT );
159 - *scale*, *delta* and *BORDER_DEFAULT*: We use default values.
/external/opencv3/modules/photo/include/opencv2/photo/
Dcuda.hpp71 int borderMode = BORDER_DEFAULT,
/external/opencv3/modules/imgproc/perf/
Dperf_bilateral.cpp35 TEST_CYCLE() bilateralFilter(src, dst, d, sigmaColor, sigmaSpace, BORDER_DEFAULT);
Dperf_sepfilters.cpp12 CV_ENUM(BorderType3x3ROI, BORDER_DEFAULT, BORDER_REPLICATE|BORDER_ISOLATED, BORDER_CONSTANT|BORDER_…
15 CV_ENUM(BorderTypeROI, BORDER_DEFAULT, BORDER_REPLICATE|BORDER_ISOLATED, BORDER_CONSTANT|BORDER_ISO…
/external/opencv3/doc/tutorials/imgproc/imgtrans/filter_2d/
Dfilter_2d.markdown117 filter2D(src, dst, ddepth , kernel, anchor, delta, BORDER_DEFAULT );
158 filter2D(src, dst, ddepth , kernel, anchor, delta, BORDER_DEFAULT );
170 -# *BORDER_DEFAULT*: We let this value by default (more details in the following tutorial)
/external/opencv3/modules/features2d/src/kaze/
Dnldiffusion_functions.cpp82 Scharr(src, dst, CV_32F, xorder, yorder, 1.0, 0, BORDER_DEFAULT); in image_derivatives_scharr()
230 Scharr(gaussian, Lx, CV_32F, 1, 0, 1, 0, cv::BORDER_DEFAULT); in compute_k_percentile()
231 Scharr(gaussian, Ly, CV_32F, 0, 1, 1, 0, cv::BORDER_DEFAULT); in compute_k_percentile()
/external/opencv3/modules/photo/src/
Dfast_nlmeans_denoising_opencl.hpp153 BORDER_DEFAULT|BORDER_ISOLATED); // create borders in place in ocl_fastNlMeansDenoising()
156 copyMakeBorder(_src, srcex, borderSize, borderSize, borderSize, borderSize, BORDER_DEFAULT); in ocl_fastNlMeansDenoising()
Ddenoising.cuda.cpp131 …xtended_src, border_size, border_size, border_size, border_size, cv::BORDER_DEFAULT, Scalar(), str… in fastNlMeansDenoising()
Dfast_nlmeans_denoising_invoker.hpp118 …order(src_, extended_src_, border_size_, border_size_, border_size_, border_size_, BORDER_DEFAULT); in FastNlMeansDenoisingInvoker()
Dfast_nlmeans_multi_denoising_invoker.hpp125 border_size_, border_size_, border_size_, border_size_, cv::BORDER_DEFAULT); in FastNlMeansMultiDenoisingInvoker()
/external/opencv3/modules/imgproc/test/
Dtest_bilateral_filter.cpp69 double sigma_space, int borderType = BORDER_DEFAULT);
/external/opencv3/modules/cudaimgproc/include/opencv2/
Dcudaimgproc.hpp706 int borderMode = BORDER_DEFAULT, Stream& stream = Stream::Null());
/external/opencv3/modules/video/perf/
Dperf_optflowpyrlk.cpp181 CV_ENUM(PyrBorderMode, BORDER_DEFAULT, BORDER_TRANSPARENT)
/external/opencv3/doc/tutorials/features2d/trackingmotion/harris_detector/
Dharris_detector.markdown175 cornerHarris( src_gray, dst, blockSize, apertureSize, k, BORDER_DEFAULT );

12