NativeMethodscalib3d_initCameraMatrix2D_array Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_initCameraMatrix2D_array(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32[],OpenCvSharp.CvSize,System.Double)"]

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

public static IntPtr calib3d_initCameraMatrix2D_array(
	IntPtr[] objectPoints,
	int opSize1,
	int[] opSize2,
	IntPtr[] imagePoints,
	int ipSize1,
	int[] ipSize2,
	CvSize imageSize,
	double aspectRatio
)

Parameters

objectPoints
Type: SystemIntPtr

[Missing <param name="objectPoints"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_initCameraMatrix2D_array(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32[],OpenCvSharp.CvSize,System.Double)"]

opSize1
Type: SystemInt32

[Missing <param name="opSize1"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_initCameraMatrix2D_array(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32[],OpenCvSharp.CvSize,System.Double)"]

opSize2
Type: SystemInt32

[Missing <param name="opSize2"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_initCameraMatrix2D_array(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32[],OpenCvSharp.CvSize,System.Double)"]

imagePoints
Type: SystemIntPtr

[Missing <param name="imagePoints"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_initCameraMatrix2D_array(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32[],OpenCvSharp.CvSize,System.Double)"]

ipSize1
Type: SystemInt32

[Missing <param name="ipSize1"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_initCameraMatrix2D_array(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32[],OpenCvSharp.CvSize,System.Double)"]

ipSize2
Type: SystemInt32

[Missing <param name="ipSize2"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_initCameraMatrix2D_array(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32[],OpenCvSharp.CvSize,System.Double)"]

imageSize
Type: OpenCvSharpCvSize

[Missing <param name="imageSize"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_initCameraMatrix2D_array(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32[],OpenCvSharp.CvSize,System.Double)"]

aspectRatio
Type: SystemDouble

[Missing <param name="aspectRatio"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_initCameraMatrix2D_array(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32[],OpenCvSharp.CvSize,System.Double)"]

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_initCameraMatrix2D_array(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32[],OpenCvSharp.CvSize,System.Double)"]

See Also

Reference