Click or drag to resize

NativeMethodscalib3d_solvePnPRansac_InputArray 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_InputArray(
	IntPtr objectPoints,
	IntPtr imagePoints,
	IntPtr cameraMatrix,
	IntPtr distCoeffs,
	IntPtr rvec,
	IntPtr tvec,
	int useExtrinsicGuess,
	int iterationsCount,
	float reprojectionError,
	double confidence,
	IntPtr inliers,
	int flags
)

Parameters

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