morphologyEx      373 modules/cudafilters/perf/perf_filters.cpp         TEST_CYCLE() cv::morphologyEx(src, dst, morphOp, ker);
morphologyEx      634 modules/cudafilters/test/test_filters.cpp     cv::morphologyEx(src, dst_gold, morphOp, kernel, anchor, iterations);
morphologyEx     1918 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void morphologyEx( InputArray src, OutputArray dst,
morphologyEx     1429 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.morphologyEx(gray255, dst, Imgproc.MORPH_GRADIENT, gray0);
morphologyEx     1441 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.morphologyEx(src, dst, Imgproc.MORPH_CLOSE, kernel, point, 10);
morphologyEx     1458 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.morphologyEx(src, dst, Imgproc.MORPH_TOPHAT, kernel, point, 10, Core.BORDER_REFLECT, sc);
morphologyEx      191 modules/imgproc/perf/opencl/perf_filters.cpp     OCL_TEST_CYCLE() cv::morphologyEx(src, dst, op, ker);
morphologyEx     1989 modules/imgproc/src/morph.cpp     cv::morphologyEx( src, dst, op, kernel, anchor, iterations, cv::BORDER_REPLICATE );
morphologyEx      346 modules/imgproc/test/ocl/test_filters.cpp         OCL_OFF(cv::morphologyEx(src_roi, dst_roi, op, kernel, Point(-1, -1), iterations) );
morphologyEx      347 modules/imgproc/test/ocl/test_filters.cpp         OCL_ON(cv::morphologyEx(usrc_roi, udst_roi, op, kernel, Point(-1, -1), iterations) );
morphologyEx     1863 modules/imgproc/test/test_filter.cpp                 morphologyEx(src, dst, MORPH_GRADIENT, elem_ellipse);
morphologyEx     1865 modules/imgproc/test/test_filter.cpp                 morphologyEx(src, dst, MORPH_GRADIENT, elem_rect);
morphologyEx       39 samples/cpp/morphology2.cpp         morphologyEx(src, dst, MORPH_OPEN, element);
morphologyEx       41 samples/cpp/morphology2.cpp         morphologyEx(src, dst, MORPH_CLOSE, element);
morphologyEx       77 samples/cpp/tutorial_code/ImgProc/Morphology_2.cpp   morphologyEx( src, dst, operation, element );