Home | History | Annotate | Download | only in src

Lines Matching refs:shape

176             "structuring element should be valid matrix if CUSTOM element shape is specified" );
406 CV_ERROR( CV_StsBadArg, "Unknown/unsupported element shape" );
728 int shape, int *values )
738 if( !values && shape == CV_SHAPE_CUSTOM )
754 element->nShiftR = shape < CV_SHAPE_ELLIPSE ? shape : CV_SHAPE_CUSTOM;
757 if( shape == CV_SHAPE_CUSTOM )
768 shape, cvPoint(anchorX,anchorY)));