Lines Matching refs:objectPoints
440 @param objectPoints Array of object points, 3xN/Nx3 1-channel or 1xN/Nx1 3-channel (or
470 CV_EXPORTS_W void projectPoints( InputArray objectPoints,
479 @param objectPoints Array of object points in the object coordinate space, 3xN/Nx3 1-channel or
497 projectPoints ) objectPoints .
528 CV_EXPORTS_W bool solvePnP( InputArray objectPoints, InputArray imagePoints,
535 @param objectPoints Array of object points in the object coordinate space, 3xN/Nx3 1-channel or
554 @param inliers Output vector that contains indices of inliers in objectPoints and imagePoints .
560 projections imagePoints and the projected (using projectPoints ) objectPoints. The use of RANSAC
567 CV_EXPORTS_W bool solvePnPRansac( InputArray objectPoints, InputArray imagePoints,
576 @param objectPoints Vector of vectors of the calibration pattern points in the calibration pattern
589 CV_EXPORTS_W Mat initCameraMatrix2D( InputArrayOfArrays objectPoints,
700 @param objectPoints In the new interface it is a vector of vectors of calibration pattern points in
712 objectPoints.size() and imagePoints[i].size() must be equal to objectPoints[i].size() for each i.
781 objectPoints. See projectPoints for details.
795 CV_EXPORTS_W double calibrateCamera( InputArrayOfArrays objectPoints,
830 @param objectPoints Vector of vectors of the calibration pattern points.
913 CV_EXPORTS_W double stereoCalibrate( InputArrayOfArrays objectPoints,
1644 @param objectPoints Array of object points, 1xN/Nx1 3-channel (or vector\<Point3f\> ), where N is
1662 CV_EXPORTS void projectPoints(InputArray objectPoints, OutputArray imagePoints, const Affine3d& affine,
1666 CV_EXPORTS_W void projectPoints(InputArray objectPoints, OutputArray imagePoints, InputArray rvec, InputArray tvec,
1760 @param objectPoints vector of vectors of calibration pattern points in the calibration pattern
1763 imagePoints.size() and objectPoints.size() and imagePoints[i].size() must be equal to
1764 objectPoints[i].size() for each i.
1789 CV_EXPORTS_W double calibrate(InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints, const Size& image_size,
1829 @param objectPoints Vector of vectors of the calibration pattern points.
1859 CV_EXPORTS_W double stereoCalibrate(InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints1, InputArrayOfArrays imagePoints2,