Click or drag to resize

NativeMethodscalib3d_rectify3Collinear_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 float calib3d_rectify3Collinear_InputArray(
	IntPtr cameraMatrix1,
	IntPtr distCoeffs1,
	IntPtr cameraMatrix2,
	IntPtr distCoeffs2,
	IntPtr cameraMatrix3,
	IntPtr distCoeffs3,
	IntPtr[] imgpt1,
	int imgpt1Size,
	IntPtr[] imgpt3,
	int imgpt3Size,
	Size imageSize,
	IntPtr R12,
	IntPtr T12,
	IntPtr R13,
	IntPtr T13,
	IntPtr R1,
	IntPtr R2,
	IntPtr R3,
	IntPtr P1,
	IntPtr P2,
	IntPtr P3,
	IntPtr Q,
	double alpha,
	Size newImgSize,
	out Rect roi1,
	out Rect roi2,
	int flags
)

Parameters

cameraMatrix1
Type: SystemIntPtr
distCoeffs1
Type: SystemIntPtr
cameraMatrix2
Type: SystemIntPtr
distCoeffs2
Type: SystemIntPtr
cameraMatrix3
Type: SystemIntPtr
distCoeffs3
Type: SystemIntPtr
imgpt1
Type: SystemIntPtr
imgpt1Size
Type: SystemInt32
imgpt3
Type: SystemIntPtr
imgpt3Size
Type: SystemInt32
imageSize
Type: OpenCvSharpSize
R12
Type: SystemIntPtr
T12
Type: SystemIntPtr
R13
Type: SystemIntPtr
T13
Type: SystemIntPtr
R1
Type: SystemIntPtr
R2
Type: SystemIntPtr
R3
Type: SystemIntPtr
P1
Type: SystemIntPtr
P2
Type: SystemIntPtr
P3
Type: SystemIntPtr
Q
Type: SystemIntPtr
alpha
Type: SystemDouble
newImgSize
Type: OpenCvSharpSize
roi1
Type: OpenCvSharpRect
roi2
Type: OpenCvSharpRect
flags
Type: SystemInt32

Return Value

Type: Single
See Also