Searched refs:CV_SHAPE_CUSTOM (Results 1 – 2 of 2) sorted by relevance
738 if( !values && shape == CV_SHAPE_CUSTOM ) in cvCreateStructuringElementEx()754 element->nShiftR = shape < CV_SHAPE_ELLIPSE ? shape : CV_SHAPE_CUSTOM; in cvCreateStructuringElementEx()757 if( shape == CV_SHAPE_CUSTOM ) in cvCreateStructuringElementEx()881 el_shape = el_shape < CV_SHAPE_CUSTOM ? el_shape : CV_SHAPE_CUSTOM; in icvMorphOp()1000 else if( el_shape == CV_SHAPE_CUSTOM && icvMorphInitAlloc_8u_C1R_p && icvMorphFree_p && in icvMorphOp()1086 el_shape = CV_SHAPE_CUSTOM; in icvMorphOp()
314 #define CV_SHAPE_CUSTOM 100 in LOAD_CHDL() macro