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

  /external/opencv/cv/src/
cvshapedescr.cpp 185 CvPoint2D32f res_pts[4]; local
265 res_pts[i] = pts[idxs[i]];
269 pts[i] = res_pts[i];
    [all...]
  /external/opencv3/modules/imgproc/src/
shapedescr.cpp 105 Point2f res_pts[4]; local
183 res_pts[i] = pts[idxs[i]];
187 pts[i] = res_pts[i];

Completed in 527 milliseconds