Click or drag to resize

NativeMethodscalib3d_stereoRectify_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 void calib3d_stereoRectify_InputArray(
	IntPtr cameraMatrix1,
	IntPtr distCoeffs1,
	IntPtr cameraMatrix2,
	IntPtr distCoeffs2,
	Size imageSize,
	IntPtr R,
	IntPtr T,
	IntPtr R1,
	IntPtr R2,
	IntPtr P1,
	IntPtr P2,
	IntPtr Q,
	int flags,
	double alpha,
	Size newImageSize,
	out Rect validPixROI1,
	out Rect validPixROI2
)

Parameters

cameraMatrix1
Type: SystemIntPtr
distCoeffs1
Type: SystemIntPtr
cameraMatrix2
Type: SystemIntPtr
distCoeffs2
Type: SystemIntPtr
imageSize
Type: OpenCvSharpSize
R
Type: SystemIntPtr
T
Type: SystemIntPtr
R1
Type: SystemIntPtr
R2
Type: SystemIntPtr
P1
Type: SystemIntPtr
P2
Type: SystemIntPtr
Q
Type: SystemIntPtr
flags
Type: SystemInt32
alpha
Type: SystemDouble
newImageSize
Type: OpenCvSharpSize
validPixROI1
Type: OpenCvSharpRect
validPixROI2
Type: OpenCvSharpRect
See Also