Searched defs:pt2f (Results 1 - 1 of 1) sorted by relevance
/external/opencv/cxcore/src/ | ||
H A D | cxdrawing.cpp | 2568 CvPoint2D32f pt2f; local 2569 CV_READ_SEQ_ELEM( pt2f, reader ); 2570 pt2.x = cvRound( pt2f.x * XY_ONE ); 2571 pt2.y = cvRound( pt2f.y * XY_ONE ); |
Completed in 49 milliseconds