Home
last modified time | relevance | path

Searched refs:rev_orientation (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dconvhull.cpp286 bool rev_orientation = ((hptr[1] > hptr[0]) + (hptr[2] > hptr[1]) + (hptr[0] > hptr[2])) != 2; in convexityDefects() local
289 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() local
623 rev_orientation = (sign == 2) ? 0 : 1; in cvConvexityDefects()
627 cvStartReadSeq( hull, &hull_reader, rev_orientation ); in cvConvexityDefects()
700 if( rev_orientation ) in cvConvexityDefects()
/external/opencv/cv/src/
Dcvconvhull.cpp531 int rev_orientation; in cvConvexityDefects() local
634 rev_orientation = (sign == 2) ? 0 : 1; in cvConvexityDefects()
638 cvStartReadSeq( hull, &hull_reader, rev_orientation ); in cvConvexityDefects()
711 if( rev_orientation ) in cvConvexityDefects()