Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvmorph.cpp189 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() local
880 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 …]
/external/opencv/cv/include/
Dcv.hpp344 int get_element_shape() const { return el_shape; } in get_element_shape()
363 int el_shape; member in CvMorphology