Home
last modified time | relevance | path

Searched refs:Erosion (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/samples/cpp/tutorial_code/ImgProc/
DMorphology_1.cpp26 void Erosion( int, void* );
48 Erosion ); in main()
52 Erosion ); in main()
64 Erosion( 0, 0 ); in main()
74 void Erosion( int, void* ) in Erosion() function
/external/opencv3/doc/tutorials/imgproc/erosion_dilatation/
Derosion_dilatation.markdown9 - Apply two very common morphology operators: Dilation and Erosion. For this purpose, you will use
24 - The most basic morphological operations are two: Erosion and Dilation. They have a wide array of
47 ### Erosion subsection
78 - Every time we move any slider, the user's function **Erosion** or **Dilation** will be
85 /* @function Erosion */
86 void Erosion( int, void* )
98 imshow( "Erosion Demo", erosion_dst );
/external/opencv3/doc/py_tutorials/py_imgproc/py_morphological_ops/
Dpy_morphological_ops.markdown8 - We will learn different morphological operations like Erosion, Dilation, Opening, Closing
19 operators are Erosion and Dilation. Then its variant forms like Opening, Closing, Gradient etc also
24 ### 1. Erosion
76 Closing is reverse of Opening, **Dilation followed by Erosion**. It is useful in closing small holes
/external/opencv3/doc/tutorials/imgproc/morph_lines_detection/
Dmoprh_lines_detection.md9 - Apply two very common morphology operators (i.e. Dilation and Erosion), with the creation of cu…
32 ![Erosion on a Binary Image](images/morph211.png)
34 ![Erosion on a Grayscale Image](images/morph61.png)
/external/opencv3/doc/py_tutorials/py_imgproc/
Dpy_table_of_contents_imgproc.markdown26 Learn about morphological transformations like Erosion, Dilation, Opening, Closing etc
/external/opencv3/doc/py_tutorials/py_imgproc/py_watershed/
Dpy_watershed.markdown64 So we need to extract the area which we are sure they are coins. Erosion removes the boundary
97 just erosion is sufficient. Erosion is just another method to extract sure foreground area, that's
/external/opencv3/doc/tutorials/imgproc/opening_closing_hats/
Dopening_closing_hats.markdown23 - Erosion