Home
last modified time | relevance | path

Searched defs:Laplacian (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/cudev/test/
Dtest_deriv.cu91 TEST(Laplacian, Accuracy) in TEST() argument
/external/opencv3/modules/cudafilters/test/
Dtest_filters.cpp176 PARAM_TEST_CASE(Laplacian, cv::cuda::DeviceInfo, cv::Size, MatType, KSize, UseRoi) in PARAM_TEST_CASE() argument
196 CUDA_TEST_P(Laplacian, Accuracy) in CUDA_TEST_P() argument
/external/opencv3/modules/imgproc/src/
Dderiv.cpp802 void cv::Laplacian( InputArray _src, OutputArray _dst, int ddepth, int ksize, in Laplacian() function in cv
/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java734 …public static void Laplacian(Mat src, Mat dst, int ddepth, int ksize, double scale, double delta, … in Laplacian() method in Imgproc
743 … public static void Laplacian(Mat src, Mat dst, int ddepth, int ksize, double scale, double delta) in Laplacian() method in Imgproc
752 public static void Laplacian(Mat src, Mat dst, int ddepth) in Laplacian() method in Imgproc