Click or drag to resize

NativeMethodscalib3d_initCameraMatrix2D_Mat 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_Mat(
	IntPtr[] objectPoints,
	int objectPointsLength,
	IntPtr[] imagePoints,
	int imagePointsLength,
	Size imageSize,
	double aspectRatio
)

Parameters

objectPoints
Type: SystemIntPtr
objectPointsLength
Type: SystemInt32
imagePoints
Type: SystemIntPtr
imagePointsLength
Type: SystemInt32
imageSize
Type: OpenCvSharpSize
aspectRatio
Type: SystemDouble

Return Value

Type: IntPtr
See Also