Home
last modified time | relevance | path

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

/dports/astro/siril/siril/src/opencv/findHomography/
H A Dcalibration.cpp1833 *principalPoint = cvPoint2D64f(cvmGet(calibMatr, 0, 2) / mx, cvmGet(calibMatr, 1, 2) / my); in cvCalibrationMatrixValues()
2499 cc_new[0] = cvPoint2D64f(cx1, cy1); in cvStereoRectify()
2500 cc_new[1] = cvPoint2D64f(cx2, cy2); in cvStereoRectify()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dtypes_c.h1136 CV_INLINE CvPoint2D64f cvPoint2D64f( double x, double y ) in cvPoint2D64f() function
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/
H A Dcalibration.cpp1956 *principalPoint = cvPoint2D64f(pp.x, pp.y); in cvCalibrationMatrixValues()
2663 cc_new[0] = cvPoint2D64f(cx1, cy1); in cvStereoRectify()
2664 cc_new[1] = cvPoint2D64f(cx2, cy2); in cvStereoRectify()