morphOp           351 modules/cudafilters/perf/perf_filters.cpp     const int morphOp = GET_PARAM(2);
morphOp           363 modules/cudafilters/perf/perf_filters.cpp         cv::Ptr<cv::cuda::Filter> morph = cv::cuda::createMorphologyFilter(morphOp, src.type(), ker);
morphOp           373 modules/cudafilters/perf/perf_filters.cpp         TEST_CYCLE() cv::morphologyEx(src, dst, morphOp, ker);
morphOp           604 modules/cudafilters/test/test_filters.cpp     int morphOp;
morphOp           614 modules/cudafilters/test/test_filters.cpp         morphOp = GET_PARAM(3);
morphOp           628 modules/cudafilters/test/test_filters.cpp     cv::Ptr<cv::cuda::Filter> morph = cv::cuda::createMorphologyFilter(morphOp, src.type(), kernel, anchor, iterations);
morphOp           634 modules/cudafilters/test/test_filters.cpp     cv::morphologyEx(src, dst_gold, morphOp, kernel, anchor, iterations);
morphOp          1747 modules/imgproc/src/morph.cpp     morphOp( MORPH_ERODE, src, dst, kernel, anchor, iterations, borderType, borderValue );
morphOp          1755 modules/imgproc/src/morph.cpp     morphOp( MORPH_DILATE, src, dst, kernel, anchor, iterations, borderType, borderValue );