Searched defs:Laplacian (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/imgproc/src/
H A Dderiv.cpp802 void cv::Laplacian( InputArray _src, OutputArray _dst, int ddepth, int ksize, function in class:cv
964 cv::Laplacian( src, dst, dst.depth(), aperture_size, 1, 0, cv::BORDER_REPLICATE );
/external/opencv3/modules/java/src/
H A Dimgproc+Imgproc.java730 // C++: void Laplacian(Mat src, Mat& dst, int ddepth, int ksize = 1, double scale = 1, double delta = 0, int borderType = BORDER_DEFAULT)
733 //javadoc: Laplacian(src, dst, ddepth, ksize, scale, delta, borderType)
734 public static void Laplacian(Mat src, Mat dst, int ddepth, int ksize, double scale, double delta, int borderType) method in class:Imgproc
742 //javadoc: Laplacian(src, dst, ddepth, ksize, scale, delta)
743 public static void Laplacian(Mat src, Mat dst, int ddepth, int ksize, double scale, double delta) method in class:Imgproc
751 //javadoc: Laplacian(src, dst, ddepth)
752 public static void Laplacian(Mat src, Mat dst, int ddepth) method in class:Imgproc
2923 // C++: void Laplacian(Mat src, Mat& dst, int ddepth, int ksize = 1, double scale = 1, double delta = 0, int borderType = BORDER_DEFAULT)

Completed in 113 milliseconds