Click or drag to resize

NativeMethodscalib3d_calibrateCamera_vector 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_vector(
	IntPtr[] objectPoints,
	int opSize1,
	int[] opSize2,
	IntPtr[] imagePoints,
	int ipSize1,
	int[] ipSize2,
	Size imageSize,
	double[,] cameraMatrix,
	double[] distCoeffs,
	int distCoeffsSize,
	IntPtr rvecs,
	IntPtr tvecs,
	int flags,
	TermCriteria criteria
)

Parameters

objectPoints
Type: SystemIntPtr
opSize1
Type: SystemInt32
opSize2
Type: SystemInt32
imagePoints
Type: SystemIntPtr
ipSize1
Type: SystemInt32
ipSize2
Type: SystemInt32
imageSize
Type: OpenCvSharpSize
cameraMatrix
Type: SystemDouble
distCoeffs
Type: SystemDouble
distCoeffsSize
Type: SystemInt32
rvecs
Type: SystemIntPtr
tvecs
Type: SystemIntPtr
flags
Type: SystemInt32
criteria
Type: OpenCvSharpTermCriteria

Return Value

Type: Double
See Also