Searched defs:cvRound (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxtypes.h210 CV_INLINE int cvRound( double value ) function
244 int temp = cvRound(value);
259 int temp = cvRound(value);
956 ipt.x = cvRound(point.x);
957 ipt.y = cvRound(point.y);

Completed in 213 milliseconds