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

  /external/opencv/cv/src/
cvshapedescr.cpp 561 CvPoint pt_s, pt_e; /* first and last points */ local
605 CV_READ_SEQ_ELEM( pt_e, reader );
608 nx = pt_s.y - pt_e.y;
609 ny = pt_e.x - pt_s.x;
    [all...]
  /external/opencv3/modules/imgproc/src/
shapedescr.cpp 757 CvPoint pt_s, pt_e; /* first and last points */ local
794 CV_READ_SEQ_ELEM( pt_e, reader );
797 nx = pt_s.y - pt_e.y;
798 ny = pt_e.x - pt_s.x;

Completed in 123 milliseconds