Click or drag to resize

NativeMethodscalib3d_solvePnP_vector Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.calib3d_solvePnP_vector(OpenCvSharp.Point3f[],System.Int32,OpenCvSharp.Point2f[],System.Int32,System.Double*,System.Double[],System.Int32,System.Double[],System.Double[],System.Int32,System.Int32)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus 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

[Missing <param name="objectPoints"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_solvePnP_vector(OpenCvSharp.Point3f[],System.Int32,OpenCvSharp.Point2f[],System.Int32,System.Double*,System.Double[],System.Int32,System.Double[],System.Double[],System.Int32,System.Int32)"]

objectPointsLength
Type: SystemInt32

[Missing <param name="objectPointsLength"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_solvePnP_vector(OpenCvSharp.Point3f[],System.Int32,OpenCvSharp.Point2f[],System.Int32,System.Double*,System.Double[],System.Int32,System.Double[],System.Double[],System.Int32,System.Int32)"]

imagePoints
Type: OpenCvSharpPoint2f

[Missing <param name="imagePoints"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_solvePnP_vector(OpenCvSharp.Point3f[],System.Int32,OpenCvSharp.Point2f[],System.Int32,System.Double*,System.Double[],System.Int32,System.Double[],System.Double[],System.Int32,System.Int32)"]

imagePointsLength
Type: SystemInt32

[Missing <param name="imagePointsLength"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_solvePnP_vector(OpenCvSharp.Point3f[],System.Int32,OpenCvSharp.Point2f[],System.Int32,System.Double*,System.Double[],System.Int32,System.Double[],System.Double[],System.Int32,System.Int32)"]

cameraMatrix
Type: SystemDouble*

[Missing <param name="cameraMatrix"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_solvePnP_vector(OpenCvSharp.Point3f[],System.Int32,OpenCvSharp.Point2f[],System.Int32,System.Double*,System.Double[],System.Int32,System.Double[],System.Double[],System.Int32,System.Int32)"]

distCoeffs
Type: SystemDouble

[Missing <param name="distCoeffs"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_solvePnP_vector(OpenCvSharp.Point3f[],System.Int32,OpenCvSharp.Point2f[],System.Int32,System.Double*,System.Double[],System.Int32,System.Double[],System.Double[],System.Int32,System.Int32)"]

distCoeffsLength
Type: SystemInt32

[Missing <param name="distCoeffsLength"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_solvePnP_vector(OpenCvSharp.Point3f[],System.Int32,OpenCvSharp.Point2f[],System.Int32,System.Double*,System.Double[],System.Int32,System.Double[],System.Double[],System.Int32,System.Int32)"]

rvec
Type: SystemDouble

[Missing <param name="rvec"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_solvePnP_vector(OpenCvSharp.Point3f[],System.Int32,OpenCvSharp.Point2f[],System.Int32,System.Double*,System.Double[],System.Int32,System.Double[],System.Double[],System.Int32,System.Int32)"]

tvec
Type: SystemDouble

[Missing <param name="tvec"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_solvePnP_vector(OpenCvSharp.Point3f[],System.Int32,OpenCvSharp.Point2f[],System.Int32,System.Double*,System.Double[],System.Int32,System.Double[],System.Double[],System.Int32,System.Int32)"]

useExtrinsicGuess
Type: SystemInt32

[Missing <param name="useExtrinsicGuess"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_solvePnP_vector(OpenCvSharp.Point3f[],System.Int32,OpenCvSharp.Point2f[],System.Int32,System.Double*,System.Double[],System.Int32,System.Double[],System.Double[],System.Int32,System.Int32)"]

flags
Type: SystemInt32

[Missing <param name="flags"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_solvePnP_vector(OpenCvSharp.Point3f[],System.Int32,OpenCvSharp.Point2f[],System.Int32,System.Double*,System.Double[],System.Int32,System.Double[],System.Double[],System.Int32,System.Int32)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.calib3d_solvePnP_vector(OpenCvSharp.Point3f[],System.Int32,OpenCvSharp.Point2f[],System.Int32,System.Double*,System.Double[],System.Int32,System.Double[],System.Double[],System.Int32,System.Int32)"]

See Also