/external/opencv3/modules/cudawarping/src/cuda/ |
D | warp.cu | 277 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()
|
D | remap.cu | 207 …PtrStepSzb dst, int interpolation, int borderMode, const float* borderValue, cudaStream_t stream, … in remap_gpu()
|
/external/opencv3/modules/cudawarping/src/ |
D | remap.cpp | 61 …tArray _xmap, InputArray _ymap, int interpolation, int borderMode, Scalar borderValue, Stream& str… in remap()
|
D | warp.cpp | 183 …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/ |
D | filter2d.cu | 126 int borderMode, const float* borderValue, cudaStream_t stream) in filter2D()
|
/external/opencv3/modules/cudaarithm/src/cuda/ |
D | copy_make_border.cu | 92 …nst GpuMat& src, GpuMat& dst, int top, int left, int borderMode, cv::Scalar borderValue, Stream& s… in copyMakeBorderImpl()
|
/external/opencv3/modules/imgproc/src/ |
D | morph.cpp | 1004 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()
|
D | imgwarp.cpp | 4478 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 …]
|
D | filter.cpp | 1489 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/ |
D | ts_func.cpp | 643 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/ |
D | test_imgwarp_strict.cpp | 640 Scalar borderValue; member in CV_Remap_Test
|
/external/opencv3/modules/java/src/ |
D | imgproc+Imgproc.java | 429 … 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()
|
D | imgproc.cpp | 767 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
|