NativeMethodscalib3d_solvePnP_vector Method OpenCvSharp Class Library

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

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

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: OpenCvSharp.CPlusPlusPoint3f

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

objectPointsLength
Type: SystemInt32

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

imagePoints
Type: OpenCvSharp.CPlusPlusPoint2f

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

imagePointsLength
Type: SystemInt32

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

cameraMatrix
Type: SystemDouble

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

distCoeffs
Type: SystemDouble

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

distCoeffsLength
Type: SystemInt32

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

rvec
Type: SystemDouble

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

tvec
Type: SystemDouble

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

useExtrinsicGuess
Type: SystemInt32

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

flags
Type: SystemInt32

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

See Also

Reference