HomeSort by relevance Sort by last modified time
    Searched full:rev_orientation (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/imgproc/src/
convhull.cpp 286 bool rev_orientation = ((hptr[1] > hptr[0]) + (hptr[2] > hptr[1]) + (hptr[0] > hptr[2])) != 2; local
289 int hcurr = hptr[rev_orientation ? 0 : hpoints-1];
294 int hnext = hptr[rev_orientation ? hpoints - i - 1 : i];
523 int rev_orientation; local
623 rev_orientation = (sign == 2) ? 0 : 1;
627 cvStartReadSeq( hull, &hull_reader, rev_orientation );
700 if( rev_orientation )
  /external/opencv/cv/src/
cvconvhull.cpp 531 int rev_orientation; local
634 rev_orientation = (sign == 2) ? 0 : 1;
638 cvStartReadSeq( hull, &hull_reader, rev_orientation );
711 if( rev_orientation )

Completed in 1012 milliseconds