Searched refs:Dilation (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/samples/cpp/tutorial_code/ImgProc/ |
D | Morphology_1.cpp | 27 void Dilation( int, void* ); 57 Dilation ); in main() 61 Dilation ); in main() 65 Dilation( 0, 0 ); in main() 92 void Dilation( int, void* ) in Dilation() 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 33 ### Dilation subsection 78 - Every time we move any slider, the user's function **Erosion** or **Dilation** will be 133 /* @function Dilation */ 134 void Dilation( int, void* ) 146 imshow( "Dilation Demo", dilation_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 49 ### 2. Dilation 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… 22 Two of the most basic morphological operations are dilation and erosion. Dilation adds pixels to th… 26 ![Dilation on a Binary Image](images/morph21.gif) 28 ![Dilation on a Grayscale Image](images/morph6.gif)
|
/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/tutorials/imgproc/opening_closing_hats/ |
D | opening_closing_hats.markdown | 24 - Dilation.
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_watershed/ |
D | py_watershed.markdown | 68 they are not coins. For that, we dilate the result. Dilation increases object boundary to
|