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

  /external/opencv/cv/src/
cvapprox.cpp 528 int is_closed = CV_IS_SEQ_CLOSED( src_contour );
673 is_closed = CV_IS_SEQ_CLOSED( src_contour );
732 int is_closed = CV_IS_SEQ_CLOSED( src_contour );
878 is_closed = CV_IS_SEQ_CLOSED( src_contour );
cvshapedescr.cpp 68 is_closed = CV_IS_SEQ_CLOSED( contour );
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h     [all...]
  /external/opencv3/modules/imgproc/src/
approx.cpp 784 bool closed = CV_IS_SEQ_CLOSED(src_seq);
shapedescr.cpp 969 is_closed = CV_IS_SEQ_CLOSED( contour );
drawing.cpp     [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp     [all...]
  /external/opencv3/modules/core/src/
persistence.cpp     [all...]

Completed in 877 milliseconds