Home | History | Annotate | Download | only in src

Lines Matching refs:el_shape

189     el_shape = _element_shape;
194 if( el_shape == RECT )
238 if( el_shape == CUSTOM )
244 CV_CALL( init_binary_element( element, el_shape, anchor ));
305 if( el_shape == RECT )
830 int el_shape;
880 el_shape = (int)(element->nShiftR);
881 el_shape = el_shape < CV_SHAPE_CUSTOM ? el_shape : CV_SHAPE_CUSTOM;
887 el_shape = CV_SHAPE_RECT;
890 if( el_shape == CV_SHAPE_RECT && iterations > 1 )
899 if( el_shape == CV_SHAPE_RECT && icvErodeRect_GetBufSize_8u_C1R_p )
1000 else if( el_shape == CV_SHAPE_CUSTOM && icvMorphInitAlloc_8u_C1R_p && icvMorphFree_p &&
1082 if( el_shape != CV_SHAPE_RECT )
1086 el_shape = CV_SHAPE_CUSTOM;
1090 el_shape, el, el_size, el_anchor ));