Home
last modified time | relevance | path

Searched defs:boxFilter (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/imgproc/
Dopencl_kernels_imgproc.cpp217 const struct ProgramEntry boxFilter={"boxFilter", variable
/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java1005 …public static void boxFilter(Mat src, Mat dst, int ddepth, Size ksize, Point anchor, boolean norma… in boxFilter() method in Imgproc
1014 …public static void boxFilter(Mat src, Mat dst, int ddepth, Size ksize, Point anchor, boolean norma… in boxFilter() method in Imgproc
1023 public static void boxFilter(Mat src, Mat dst, int ddepth, Size ksize) in boxFilter() method in Imgproc
/external/opencv3/modules/imgproc/src/
Dsmooth.cpp1307 void cv::boxFilter( InputArray _src, OutputArray _dst, int ddepth, in boxFilter() function in cv