HomeSort by relevance Sort by last modified time
    Searched refs:CV_SEQ_FLAG_HOLE (Results 1 - 4 of 4) sorted by null

  /external/opencv/cv/src/
cvcontours.cpp 253 scanner->frame.flags = CV_SEQ_FLAG_HOLE;
967 seq->flags |= is_hole ? CV_SEQ_FLAG_HOLE : 0;
    [all...]
  /external/opencv/cvaux/src/
cvsegment.cpp 388 cvStartWriteSeq( CV_SEQ_CONTOUR | (is_hole ? CV_SEQ_FLAG_HOLE : 0),
  /external/opencv/cxcore/include/
cxtypes.h     [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp     [all...]

Completed in 159 milliseconds