HomeSort by relevance Sort by last modified time
    Searched full:pt_s (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
602 CV_READ_SEQ_ELEM( pt_s, reader );
608 nx = pt_s.y - pt_e.y;
609 ny = pt_e.x - pt_s.x;
631 sk = nx * (xi - pt_s.x) + ny * (yi - pt_s.y);
660 t = ((yi_1 - pt_s.y) * du + dv * (pt_s.x - xi_1)) /
663 t = (xi_1 - pt_s.x) / dx;
666 x_s = pt_s.x + t * dx
    [all...]
  /external/opencv3/modules/imgproc/src/
shapedescr.cpp 757 CvPoint pt_s, pt_e; /* first and last points */ local
791 CV_READ_SEQ_ELEM( pt_s, reader );
797 nx = pt_s.y - pt_e.y;
798 ny = pt_e.x - pt_s.x;
820 sk = nx * (xi - pt_s.x) + ny * (yi - pt_s.y);
849 t = ((yi_1 - pt_s.y) * du + dv * (pt_s.x - xi_1)) /
852 t = (xi_1 - pt_s.x) / dx;
855 x_s = pt_s.x + t * dx
    [all...]

Completed in 99 milliseconds