Searched refs:rev_orientation (Results 1 – 2 of 2) sorted by relevance
286 bool rev_orientation = ((hptr[1] > hptr[0]) + (hptr[2] > hptr[1]) + (hptr[0] > hptr[2])) != 2; in convexityDefects() local289 int hcurr = hptr[rev_orientation ? 0 : hpoints-1]; in convexityDefects()294 int hnext = hptr[rev_orientation ? hpoints - i - 1 : i]; in convexityDefects()523 int rev_orientation; in cvConvexityDefects() local623 rev_orientation = (sign == 2) ? 0 : 1; in cvConvexityDefects()627 cvStartReadSeq( hull, &hull_reader, rev_orientation ); in cvConvexityDefects()700 if( rev_orientation ) in cvConvexityDefects()
531 int rev_orientation; in cvConvexityDefects() local634 rev_orientation = (sign == 2) ? 0 : 1; in cvConvexityDefects()638 cvStartReadSeq( hull, &hull_reader, rev_orientation ); in cvConvexityDefects()711 if( rev_orientation ) in cvConvexityDefects()