HomeSort by relevance Sort by last modified time
    Searched refs:MORPH_RECT (Results 1 - 15 of 15) sorted by null

  /external/opencv3/samples/cpp/
morphology2.cpp 25 int element_shape = MORPH_RECT;
88 element_shape = MORPH_RECT;
  /external/opencv3/samples/cpp/tutorial_code/ImgProc/
Morphology_1.cpp 77 if( erosion_elem == 0 ){ erosion_type = MORPH_RECT; }
95 if( dilation_elem == 0 ){ dilation_type = MORPH_RECT; }
Morphology_3.cpp 64 Mat horizontalStructure = getStructuringElement(MORPH_RECT, Size(horizontalsize,1));
79 Mat verticalStructure = getStructuringElement(MORPH_RECT, Size( 1,verticalsize));
  /external/opencv3/samples/gpu/
morphology.cpp 38 element_shape = MORPH_RECT;
97 element_shape = MORPH_RECT;
  /external/opencv3/modules/cudafilters/perf/
perf_filters.cpp 279 const cv::Mat ker = cv::getStructuringElement(cv::MORPH_RECT, cv::Size(3, 3));
315 const cv::Mat ker = cv::getStructuringElement(cv::MORPH_RECT, cv::Size(3, 3));
356 const cv::Mat ker = cv::getStructuringElement(cv::MORPH_RECT, cv::Size(3, 3));
  /external/opencv3/modules/imgproc/perf/opencl/
perf_filters.cpp 137 const Mat ker = getStructuringElement(MORPH_RECT, Size(ksize, ksize));
159 const Mat ker = getStructuringElement(MORPH_RECT, Size(ksize, ksize));
184 const Mat ker = getStructuringElement(MORPH_RECT, Size(ksize, ksize));
  /external/opencv3/modules/imgproc/src/
morph.cpp     [all...]
  /external/opencv3/modules/cudafilters/src/
filtering.cpp 541 kernel = getStructuringElement(MORPH_RECT, Size(1 + iters_ * 2, 1 + iters_ * 2));
548 kernel = getStructuringElement(MORPH_RECT,
    [all...]
  /external/opencv3/modules/cudalegacy/src/
fgd.cpp 714 Mat kernel = getStructuringElement(MORPH_RECT, Size(1 + params_.perform_morphing * 2, 1 + params_.perform_morphing * 2));
  /external/opencv3/modules/imgproc/test/
test_filter.cpp     [all...]
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp 234 MORPH_RECT = 0, //!< a rectangular structuring element: \f[E_{ij}=1\f]
    [all...]
  /external/opencv3/samples/gpu/performance/
tests.cpp 743 ker = getStructuringElement(MORPH_RECT, Size(3, 3));
  /external/opencv3/modules/imgproc/misc/java/test/
ImgprocTest.java     [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java 124 MORPH_RECT = 0,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 1189 milliseconds