Searched refs:el_shape (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cv/src/
H A Dcvmorph.cpp189 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; local
880 el_shape = (int)(element->nShiftR);
881 el_shape = el_shape < CV_SHAPE_CUSTOM ? el_shape
[all...]
/external/opencv/cv/include/
H A Dcv.hpp344 int get_element_shape() const { return el_shape; }
363 int el_shape; member in class:CvMorphology

Completed in 78 milliseconds