/external/opencv3/modules/cudafilters/src/cuda/ |
D | filter2d.cu | 52 __global__ void filter2D(const SrcPtr src, PtrStepSz<D> dst, in filter2D() function 124 void filter2D(PtrStepSzb srcWhole, int ofsX, int ofsY, PtrStepSzb dst, const float* kernel, in filter2D() function
|
/external/opencv3/modules/imgproc/src/ |
D | filterengine.hpp | 276 Ptr<BaseFilter> filter2D; member in cv::FilterEngine
|
D | morph.cpp | 993 Ptr<BaseFilter> filter2D; in createMorphologyFilter() local
|
D | filter.cpp | 4559 void cv::filter2D( InputArray _src, OutputArray _dst, int ddepth, in filter2D() function in cv
|
/external/opencv3/modules/imgproc/ |
D | opencl_kernels_imgproc.cpp | 3124 const struct ProgramEntry filter2D={"filter2D", variable
|
/external/opencv3/modules/cudafilters/perf/ |
D | perf_filters.cpp | 111 cv::Ptr<cv::cuda::Filter> filter2D = cv::cuda::createLinearFilter(d_src.type(), -1, kernel); variable
|
/external/opencv3/samples/gpu/performance/ |
D | tests.cpp | 948 TEST(filter2D) in TEST() argument 972 Ptr<cuda::Filter> filter2D = cuda::createLinearFilter(d_src.type(), -1, kernel); in TEST() local
|
/external/opencv3/modules/cudafilters/test/ |
D | test_filters.cpp | 153 …cv::Ptr<cv::cuda::Filter> filter2D = cv::cuda::createLinearFilter(src.type(), -1, kernel, anchor, … in CUDA_TEST_P() local
|
/external/opencv3/modules/java/src/ |
D | imgproc+Imgproc.java | 606 …public static void filter2D(Mat src, Mat dst, int ddepth, Mat kernel, Point anchor, double delta, … in filter2D() method in Imgproc 615 … public static void filter2D(Mat src, Mat dst, int ddepth, Mat kernel, Point anchor, double delta) in filter2D() method in Imgproc 624 public static void filter2D(Mat src, Mat dst, int ddepth, Mat kernel) in filter2D() method in Imgproc
|
/external/opencv3/modules/ts/src/ |
D | ts_func.cpp | 777 void filter2D(const Mat& _src, Mat& dst, int ddepth, const Mat& kernel, in filter2D() function
|