Click or drag to resize

NativeMethodscalib3d_solvePnP_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_solvePnP_vector(
	Point3f[] objectPoints,
	int objectPointsLength,
	Point2f[] imagePoints,
	int imagePointsLength,
	double[,] cameraMatrix,
	double[] distCoeffs,
	int distCoeffsLength,
	double[] rvec,
	double[] tvec,
	int useExtrinsicGuess,
	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
flags
Type: SystemInt32
See Also