Home | History | Annotate | Download | only in src

Lines Matching refs:is_closed

45 cvArcLength( const void *array, CvSlice slice, int is_closed )
67 if( is_closed < 0 )
68 is_closed = CV_IS_SEQ_CLOSED( contour );
72 is_closed = is_closed > 0;
74 CV_SEQ_KIND_CURVE | (is_closed ? CV_SEQ_FLAG_CLOSED : 0),
86 count -= !is_closed && count == contour->total;