Searched refs:cvPoint2D64f (Results 1 – 5 of 5) sorted by relevance
/external/opencv/cxcore/include/ |
D | cxtypes.h | 992 CV_INLINE CvPoint2D64f cvPoint2D64f( double x, double y ) in cvPoint2D64f() function
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | types_c.h | 973 CV_INLINE CvPoint2D64f cvPoint2D64f( double x, double y ) in cvPoint2D64f() function
|
/external/opencv3/modules/calib3d/src/ |
D | calibration.cpp | 1620 *principalPoint = cvPoint2D64f(cvmGet(calibMatr, 0, 2) / mx, cvmGet(calibMatr, 1, 2) / my); in cvCalibrationMatrixValues() 2303 cc_new[0] = cvPoint2D64f(cx1, cy1); in cvStereoRectify() 2304 cc_new[1] = cvPoint2D64f(cx2, cy2); in cvStereoRectify()
|
/external/opencv3/modules/calib3d/test/ |
D | test_cameracalibration.cpp | 815 _imagePoints[i] = cvPoint2D64f( it->x, it->y ); in project()
|
/external/opencv/cv/src/ |
D | cvcalibration.cpp | 1811 *principalPoint = cvPoint2D64f(cvmGet(calibMatr, 0, 2) / mx, cvmGet(calibMatr, 1, 2) / my); in cvCalibrationMatrixValues()
|