Home
last modified time | relevance | path

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

/external/opencv3/samples/cpp/tutorial_code/ImgProc/
DMorphology_1.cpp94 int dilation_type = 0; in Dilation() local
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()
99 Mat element = getStructuringElement( dilation_type, in Dilation()
/external/opencv3/doc/tutorials/imgproc/erosion_dilatation/
Derosion_dilatation.markdown136 int dilation_type;
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; }
141 Mat element = getStructuringElement( dilation_type,