Click or drag to resize

NativeMethodscalib3d_solvePnPRansac_vector Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void calib3d_solvePnPRansac_vector(
	Point3f[] objectPoints,
	int objectPointsLength,
	Point2f[] imagePoints,
	int imagePointsLength,
	double[,] cameraMatrix,
	double[] distCoeffs,
	int distCoeffsLength,
	double[] rvec,
	double[] tvec,
	int useExtrinsicGuess,
	int iterationsCount,
	float reprojectionError,
	double confidence,
	IntPtr inliers,
	int flags
)

Parameters

objectPoints
Type: OpenCvSharpPoint3f
objectPointsLength
Type: SystemInt32
imagePoints
Type: OpenCvSharpPoint2f
imagePointsLength
Type: SystemInt32
cameraMatrix
Type: SystemDouble
distCoeffs
Type: SystemDouble
distCoeffsLength
Type: SystemInt32
rvec
Type: SystemDouble
tvec
Type: SystemDouble
useExtrinsicGuess
Type: SystemInt32
iterationsCount
Type: SystemInt32
reprojectionError
Type: SystemSingle
confidence
Type: SystemDouble
inliers
Type: SystemIntPtr
flags
Type: SystemInt32
See Also