Searched refs:Erosion (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/samples/cpp/tutorial_code/ImgProc/ |
D | Morphology_1.cpp | 26 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/ |
D | erosion_dilatation.markdown | 9 - 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/ |
D | py_morphological_ops.markdown | 8 - 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/ |
D | moprh_lines_detection.md | 9 - 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/ |
D | py_table_of_contents_imgproc.markdown | 26 Learn about morphological transformations like Erosion, Dilation, Opening, Closing etc
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_watershed/ |
D | py_watershed.markdown | 64 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/ |
D | opening_closing_hats.markdown | 23 - Erosion
|