Click or drag to resize

NativeMethodscalib3d_calibrateCamera_InputArray 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 double calib3d_calibrateCamera_InputArray(
	IntPtr[] objectPoints,
	int objectPointsSize,
	IntPtr[] imagePoints,
	int imagePointsSize,
	Size imageSize,
	IntPtr cameraMatrix,
	IntPtr distCoeffs,
	IntPtr rvecs,
	IntPtr tvecs,
	int flags,
	TermCriteria criteria
)

Parameters

objectPoints
Type: SystemIntPtr
objectPointsSize
Type: SystemInt32
imagePoints
Type: SystemIntPtr
imagePointsSize
Type: SystemInt32
imageSize
Type: OpenCvSharpSize
cameraMatrix
Type: SystemIntPtr
distCoeffs
Type: SystemIntPtr
rvecs
Type: SystemIntPtr
tvecs
Type: SystemIntPtr
flags
Type: SystemInt32
criteria
Type: OpenCvSharpTermCriteria

Return Value

Type: Double
See Also