Searched refs:el_shape (Results 1 – 2 of 2) sorted by relevance
189 el_shape = _element_shape; in init()194 if( el_shape == RECT ) in init()238 if( el_shape == CUSTOM ) in init()244 CV_CALL( init_binary_element( element, el_shape, anchor )); in init()305 if( el_shape == RECT ) in start_process()830 int el_shape; in icvMorphOp() local880 el_shape = (int)(element->nShiftR); in icvMorphOp()881 el_shape = el_shape < CV_SHAPE_CUSTOM ? el_shape : CV_SHAPE_CUSTOM; in icvMorphOp()887 el_shape = CV_SHAPE_RECT; in icvMorphOp()890 if( el_shape == CV_SHAPE_RECT && iterations > 1 ) in icvMorphOp()[all …]
344 int get_element_shape() const { return el_shape; } in get_element_shape()363 int el_shape; member in CvMorphology