Lines Matching full:pt2f
2568 CvPoint2D32f pt2f;2569 CV_READ_SEQ_ELEM( pt2f, reader );2570 pt2.x = cvRound( pt2f.x * XY_ONE );2571 pt2.y = cvRound( pt2f.y * XY_ONE );