Home | History | Annotate | Download | only in include

Lines Matching refs:CV_IS_SEQ_CONVEX

1439 #define CV_IS_SEQ_CONVEX( seq )     (((seq)->flags & CV_SEQ_FLAG_CONVEX) != 0)
1442 CV_IS_SEQ_CONVEX(seq))