Home
last modified time | relevance | path

Searched defs:borderMode (Results 1 – 25 of 28) sorted by relevance

12

/external/opencv3/modules/cudaimgproc/perf/
Dperf_corners.cpp63 const int borderMode = GET_PARAM(2); variable
107 const int borderMode = GET_PARAM(2); variable
Dperf_bilateral_filter.cpp69 const int borderMode = cv::BORDER_REFLECT101; variable
/external/opencv3/modules/imgproc/perf/
Dperf_warp.cpp32 int borderMode, interType; in PERF_TEST_P() local
62 int borderMode, interType; in PERF_TEST_P() local
101 int borderMode, interType, type; variable
150 int borderMode = get<3>(GetParam()); in PERF_TEST_P() local
Dperf_filter2d.cpp25 int borderMode, kSize; variable
/external/opencv3/modules/cudafilters/src/
Dfiltering.cpp116 …NPPBoxFilter::NPPBoxFilter(int srcType, int dstType, Size ksize, Point anchor, int borderMode, Sca… in NPPBoxFilter()
165 …:createBoxFilter(int srcType, int dstType, Size ksize, Point anchor, int borderMode, Scalar border… in createBoxFilter()
208 …arFilter(int srcType, int dstType, InputArray _kernel, Point anchor, int borderMode, Scalar border… in LinearFilter()
273 …earFilter(int srcType, int dstType, InputArray kernel, Point anchor, int borderMode, Scalar border… in createLinearFilter()
286 …teLaplacianFilter(int srcType, int dstType, int ksize, double scale, int borderMode, Scalar border… in createLaplacianFilter()
812 …NPPRankFilter::NPPRankFilter(int op, int srcType, Size ksize, Point anchor, int borderMode, Scalar… in NPPRankFilter()
863 Ptr<Filter> cv::cuda::createBoxMaxFilter(int srcType, Size ksize, Point anchor, int borderMode, Sca… in createBoxMaxFilter()
868 Ptr<Filter> cv::cuda::createBoxMinFilter(int srcType, Size ksize, Point anchor, int borderMode, Sca… in createBoxMinFilter()
895 …er::NppRowSumFilter(int srcType, int dstType, int ksize, int anchor, int borderMode, Scalar border… in NppRowSumFilter()
932 …:createRowSumFilter(int srcType, int dstType, int ksize, int anchor, int borderMode, Scalar border… in createRowSumFilter()
[all …]
/external/opencv3/modules/cudawarping/src/cuda/
Dwarp.cu277 int borderMode, const float* borderValue, cudaStream_t stream, bool cc20) in warp_caller()
311int borderMode, const float* borderValue, cudaStream_t stream, bool cc20) in warpAffine_gpu()
349int borderMode, const float* borderValue, cudaStream_t stream, bool cc20) in warpPerspective_gpu()
Dremap.cu207 …PtrStepSzb dst, int interpolation, int borderMode, const float* borderValue, cudaStream_t stream, … in remap_gpu()
/external/opencv3/modules/cudaimgproc/src/
Dbilateral_filter.cpp63 …Array _dst, int kernel_size, float sigma_color, float sigma_spatial, int borderMode, Stream& strea… in bilateralFilter()
/external/opencv3/modules/photo/perf/
Dperf_cuda.cpp79 const int borderMode = cv::BORDER_REFLECT101; variable
/external/opencv3/modules/cudawarping/src/
Dremap.cpp61 …utArray _dst, InputArray _xmap, InputArray _ymap, int interpolation, int borderMode, Scalar border… in remap()
Dwarp.cpp183 …tArray _src, OutputArray _dst, InputArray _M, Size dsize, int flags, int borderMode, Scalar border… in warpAffine()
322 …tArray _src, OutputArray _dst, InputArray _M, Size dsize, int flags, int borderMode, Scalar border… in warpPerspective()
/external/opencv3/modules/cudawarping/perf/
Dperf_warping.cpp108 const int borderMode = GET_PARAM(4); in PERF_TEST_P() local
246 const int borderMode = GET_PARAM(4); in PERF_TEST_P() local
296 const int borderMode = GET_PARAM(4); in PERF_TEST_P() local
/external/opencv3/modules/cudafilters/src/cuda/
Dfilter2d.cu126 int borderMode, const float* borderValue, cudaStream_t stream) in filter2D()
/external/opencv3/modules/cudaarithm/src/cuda/
Dcopy_make_border.cu92 …void copyMakeBorderImpl(const GpuMat& src, GpuMat& dst, int top, int left, int borderMode, cv::Sca… in copyMakeBorderImpl()
/external/opencv3/modules/cudaoptflow/src/cuda/
Dfarneback.cu522 … const PtrStepSzf src, int ksizeHalf, PtrStepSzf dst, int borderMode, cudaStream_t stream) in gaussianBlurGpu()
620 … const PtrStepSzf src, int ksizeHalf, PtrStepSzf dst, int borderMode, cudaStream_t stream) in gaussianBlur5Gpu()
637 … const PtrStepSzf src, int ksizeHalf, PtrStepSzf dst, int borderMode, cudaStream_t stream) in gaussianBlur5Gpu_CC11()
/external/opencv3/modules/cudaimgproc/src/cuda/
Dbilateral_filter.cu147 …int kernel_size, float gauss_spatial_coeff, float gauss_color_coeff, int borderMode, cudaStream_t … in bilateral_filter_gpu()
/external/opencv3/modules/shape/src/
Daff_trans.cpp102 int flags, int borderMode, const Scalar& borderValue) const in warpImage()
Dtps_trans.cpp146 int flags, int borderMode, const Scalar& borderValue) const in warpImage()
/external/opencv3/modules/photo/src/
Ddenoising.cuda.cpp81 …src, OutputArray _dst, float h, int search_window, int block_window, int borderMode, Stream& strea… in nonLocalMeans()
/external/opencv3/modules/videostab/include/opencv2/videostab/
Dstabilizer.hpp93 int borderMode() const { return borderMode_; } in borderMode() function in cv::videostab::StabilizerBase
Dinpainting.hpp156 int borderMode() const { return borderMode_; } in borderMode() function in cv::videostab::MotionInpainter
/external/opencv3/modules/cudaarithm/perf/
Dperf_core.cpp297 const int borderMode = GET_PARAM(3); in PERF_TEST_P() local
/external/opencv3/modules/cudawarping/test/
Dtest_warp_affine.cpp90 int borderMode = cv::BORDER_CONSTANT; in CUDA_TEST_P() local
Dtest_warp_perspective.cpp91 int borderMode = cv::BORDER_CONSTANT; in CUDA_TEST_P() local
/external/opencv3/modules/photo/src/cuda/
Dnlm.cu156 …& src, PtrStepSzb dst, int search_radius, int block_radius, float h, int borderMode, cudaStream_t … in nlm_bruteforce_gpu()

12