Click or drag to resize

NativeMethodscalib3d_stereoCalibrate_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 double calib3d_stereoCalibrate_array(
	IntPtr[] objectPoints,
	int opSize1,
	int[] opSizes2,
	IntPtr[] imagePoints1,
	int ip1Size1,
	int[] ip1Sizes2,
	IntPtr[] imagePoints2,
	int ip2Size1,
	int[] ip2Sizes2,
	double[,] cameraMatrix1,
	double[] distCoeffs1,
	int dc1Size,
	double[,] cameraMatrix2,
	double[] distCoeffs2,
	int dc2Size,
	Size imageSize,
	IntPtr R,
	IntPtr T,
	IntPtr E,
	IntPtr F,
	int flags,
	TermCriteria criteria
)

Parameters

objectPoints
Type: SystemIntPtr
opSize1
Type: SystemInt32
opSizes2
Type: SystemInt32
imagePoints1
Type: SystemIntPtr
ip1Size1
Type: SystemInt32
ip1Sizes2
Type: SystemInt32
imagePoints2
Type: SystemIntPtr
ip2Size1
Type: SystemInt32
ip2Sizes2
Type: SystemInt32
cameraMatrix1
Type: SystemDouble
distCoeffs1
Type: SystemDouble
dc1Size
Type: SystemInt32
cameraMatrix2
Type: SystemDouble
distCoeffs2
Type: SystemDouble
dc2Size
Type: SystemInt32
imageSize
Type: OpenCvSharpSize
R
Type: SystemIntPtr
T
Type: SystemIntPtr
E
Type: SystemIntPtr
F
Type: SystemIntPtr
flags
Type: SystemInt32
criteria
Type: OpenCvSharpTermCriteria

Return Value

Type: Double
See Also