Click or drag to resize

NativeMethodscalib3d_initCameraMatrix2D_array 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 IntPtr calib3d_initCameraMatrix2D_array(
	IntPtr[] objectPoints,
	int opSize1,
	int[] opSize2,
	IntPtr[] imagePoints,
	int ipSize1,
	int[] ipSize2,
	Size imageSize,
	double aspectRatio
)

Parameters

objectPoints
Type: SystemIntPtr
opSize1
Type: SystemInt32
opSize2
Type: SystemInt32
imagePoints
Type: SystemIntPtr
ipSize1
Type: SystemInt32
ipSize2
Type: SystemInt32
imageSize
Type: OpenCvSharpSize
aspectRatio
Type: SystemDouble

Return Value

Type: IntPtr
See Also