Home
last modified time | relevance | path

Searched refs:cvPoint2D64f (Results 1 – 5 of 5) sorted by relevance

/external/opencv/cxcore/include/
Dcxtypes.h992 CV_INLINE CvPoint2D64f cvPoint2D64f( double x, double y ) in cvPoint2D64f() function
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h973 CV_INLINE CvPoint2D64f cvPoint2D64f( double x, double y ) in cvPoint2D64f() function
/external/opencv3/modules/calib3d/src/
Dcalibration.cpp1620 *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/
Dtest_cameracalibration.cpp815 _imagePoints[i] = cvPoint2D64f( it->x, it->y ); in project()
/external/opencv/cv/src/
Dcvcalibration.cpp1811 *principalPoint = cvPoint2D64f(cvmGet(calibMatr, 0, 2) / mx, cvmGet(calibMatr, 1, 2) / my); in cvCalibrationMatrixValues()