Home
last modified time | relevance | path

Searched defs:borderValue (Results 1 – 13 of 13) sorted by relevance

/external/opencv3/modules/cudawarping/src/cuda/
Dwarp.cu277 int borderMode, const float* borderValue, cudaStream_t stream, bool cc20) in warp_caller()
311 … int borderMode, const float* borderValue, cudaStream_t stream, bool cc20) in warpAffine_gpu()
349 … int 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/cudawarping/src/
Dremap.cpp61 …tArray _xmap, InputArray _ymap, int interpolation, int borderMode, Scalar borderValue, Stream& str… in remap()
Dwarp.cpp183 …tArray _dst, InputArray _M, Size dsize, int flags, int borderMode, Scalar borderValue, Stream& str… in warpAffine()
322 …tArray _dst, InputArray _M, Size dsize, int flags, int borderMode, Scalar borderValue, Stream& str… in warpPerspective()
/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 …nst GpuMat& src, GpuMat& dst, int top, int left, int borderMode, cv::Scalar borderValue, Stream& s… in copyMakeBorderImpl()
/external/opencv3/modules/imgproc/src/
Dmorph.cpp1004 Scalar borderValue = _borderValue; in createMorphologyFilter() local
1136 Scalar borderValue; member in cv::MorphologyRunner
1265 int borderType, const Scalar &borderValue) in IPPMorphOp()
1680 int borderType, const Scalar& borderValue ) in morphOp()
1745 int borderType, const Scalar& borderValue ) in erode()
1753 int borderType, const Scalar& borderValue ) in dilate()
1764 int borderType, const Scalar& borderValue) in ocl_morphologyEx()
1824 int borderType, const Scalar& borderValue ) in morphologyEx()
Dimgwarp.cpp4478 Scalar borderValue; member in cv::RemapInvoker
4488 int interpolation, int borderType, const Scalar& borderValue) in ocl_remap()
4616 Scalar borderValue; member in cv::IPPRemapInvoker
4626 int interpolation, int borderType, const Scalar& borderValue ) in remap()
5398 Scalar borderValue; member in cv::WarpAffineInvoker
5450 Scalar borderValue; member in cv::IPPWarpAffineInvoker
5462 Size dsize, int flags, int borderType, const Scalar& borderValue, in ocl_warpTransform()
5564 int flags, int borderType, const Scalar& borderValue ) in warpAffine()
6029 Scalar borderValue; member in cv::WarpPerspectiveInvoker
6078 const Scalar borderValue; member in cv::IPPWarpPerspectiveInvoker
[all …]
Dfilter.cpp1489 float borderValue[] = {0.f, 0.f, 0.f}; in ippiOperator() local
4625 Ipp32f borderValue[4] = { 0, 0, 0, 0 }; in filter2D() local
/external/opencv3/modules/ts/src/
Dts_func.cpp643 Scalar borderValue = _borderValue; in erode() local
700 Scalar borderValue = _borderValue; in dilate() local
781 Scalar borderValue = _borderValue; in filter2D() local
869 int borderType, const Scalar& borderValue) in copyMakeBorder()
/external/opencv3/modules/imgproc/test/
Dtest_imgwarp_strict.cpp640 Scalar borderValue; member in CV_Remap_Test
/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java429 … remap(Mat src, Mat dst, Mat map1, Mat map2, int interpolation, int borderMode, Scalar borderValue) in remap()
1276 …ode(Mat src, Mat dst, Mat kernel, Point anchor, int iterations, int borderType, Scalar borderValue) in erode()
1308 …ate(Mat src, Mat dst, Mat kernel, Point anchor, int iterations, int borderType, Scalar borderValue) in dilate()
1340 …src, Mat dst, int op, Mat kernel, Point anchor, int iterations, int borderType, Scalar borderValue) in morphologyEx()
1395 …void warpAffine(Mat src, Mat dst, Mat M, Size dsize, int flags, int borderMode, Scalar borderValue) in warpAffine()
1427 …warpPerspective(Mat src, Mat dst, Mat M, Size dsize, int flags, int borderMode, Scalar borderValue) in warpPerspective()
Dimgproc.cpp767 Scalar borderValue(borderValue_val0, borderValue_val1, borderValue_val2, borderValue_val3); in Java_org_opencv_imgproc_Imgproc_remap_10() local
2592 Scalar borderValue(borderValue_val0, borderValue_val1, borderValue_val2, borderValue_val3); in Java_org_opencv_imgproc_Imgproc_erode_10() local
2668 Scalar borderValue(borderValue_val0, borderValue_val1, borderValue_val2, borderValue_val3); in Java_org_opencv_imgproc_Imgproc_dilate_10() local
2744 Scalar borderValue(borderValue_val0, borderValue_val1, borderValue_val2, borderValue_val3); in Java_org_opencv_imgproc_Imgproc_morphologyEx_10() local
2870 Scalar borderValue(borderValue_val0, borderValue_val1, borderValue_val2, borderValue_val3); in Java_org_opencv_imgproc_Imgproc_warpAffine_10() local
2947 Scalar borderValue(borderValue_val0, borderValue_val1, borderValue_val2, borderValue_val3); in Java_org_opencv_imgproc_Imgproc_warpPerspective_10() local