Home
last modified time | relevance | path

Searched refs:dilation_elem (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/samples/cpp/tutorial_code/ImgProc/
DMorphology_1.cpp20 int dilation_elem = 0; variable
56 &dilation_elem, max_elem, in main()
95 if( dilation_elem == 0 ){ dilation_type = MORPH_RECT; } in Dilation()
96 else if( dilation_elem == 1 ){ dilation_type = MORPH_CROSS; } in Dilation()
97 else if( dilation_elem == 2) { dilation_type = MORPH_ELLIPSE; } in Dilation()
/external/opencv3/doc/tutorials/imgproc/erosion_dilatation/
Derosion_dilatation.markdown75 - The first trackbar "Element" returns either **erosion_elem** or **dilation_elem**
137 if( dilation_elem == 0 ){ dilation_type = MORPH_RECT; }
138 else if( dilation_elem == 1 ){ dilation_type = MORPH_CROSS; }
139 else if( dilation_elem == 2) { dilation_type = MORPH_ELLIPSE; }