Searched refs:_pts (Results 1 – 2 of 2) sorted by relevance
19 OSPatternSpecificData _pts; field27 [NSNumber numberWithLong:(_pts.dayOfMonth >= 31 ? -1 : _pts.dayOfMonth)];
2332 CvPoint2D32f _pts[4]; in cvStereoRectify() local2334 CvMat pts = cvMat(1, 4, CV_32FC2, _pts); in cvStereoRectify()2345 _pts[i].x = (float)(((i % 2) + 0.5)*nx*0.5); in cvStereoRectify()2346 _pts[i].y = (float)(((i / 2) + 0.5)*ny*0.5); in cvStereoRectify()