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

  /external/opencv/cv/src/
cvapprox.cpp 520 CvSeq** dst_contour, float eps )
538 *dst_contour = cvEndWriteSeq( &writer );
677 *dst_contour = cvEndWriteSeq( &writer );
679 cvStartReadSeq( *dst_contour, &reader, is_closed );
685 new_count = count = (*dst_contour)->total;
712 cvSeqPopMulti( *dst_contour, 0, count - new_count );
724 CvSeq** dst_contour, float eps )
742 *dst_contour = cvEndWriteSeq( &writer );
882 *dst_contour = cvEndWriteSeq( &writer );
884 cvStartReadSeq( *dst_contour, &reader, is_closed )
    [all...]
cvcalibinit.cpp 1632 CvSeq *dst_contour = 0; local
1823 CvSeq *dst_contour = 0; local
    [all...]
  /external/opencv3/modules/imgproc/src/
approx.cpp 476 approxPolyDP_( const Point_<T>* src_contour, int count0, Point_<T>* dst_contour,
493 pt = dst_contour[pos]; \
497 dst_contour[new_count++] = pt
655 dst_contour[wpos] = start_pt = end_pt;
661 dst_contour[wpos] = start_pt = pt;
667 dst_contour[wpos] = pt;
  /external/opencv3/modules/calib3d/src/
calibinit.cpp 1685 CvSeq *dst_contour = 0; local
    [all...]

Completed in 132 milliseconds