Searched refs:dilation_type (Results 1 – 2 of 2) sorted by relevance
94 int dilation_type = 0; in Dilation() local95 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()
136 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,