Click or drag to resize

NativeMethodscalib3d_stereoRectify_array Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.calib3d_stereoRectify_array(System.Double*,System.Double[],System.Int32,System.Double*,System.Double[],System.Int32,OpenCvSharp.Size,System.Double*,System.Double[],System.Double*,System.Double*,System.Double*,System.Double*,System.Double*,System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Rect@,OpenCvSharp.Rect@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus calib3d_stereoRectify_array(
	double* cameraMatrix1,
	double[] distCoeffs1,
	int dc1Size,
	double* cameraMatrix2,
	double[] distCoeffs2,
	int dc2Size,
	Size imageSize,
	double* R,
	double[] T,
	double* R1,
	double* R2,
	double* P1,
	double* P2,
	double* Q,
	int flags,
	double alpha,
	Size newImageSize,
	out Rect validPixROI1,
	out Rect validPixROI2
)

Parameters

cameraMatrix1
Type: SystemDouble*

[Missing <param name="cameraMatrix1"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_stereoRectify_array(System.Double*,System.Double[],System.Int32,System.Double*,System.Double[],System.Int32,OpenCvSharp.Size,System.Double*,System.Double[],System.Double*,System.Double*,System.Double*,System.Double*,System.Double*,System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Rect@,OpenCvSharp.Rect@)"]

distCoeffs1
Type: SystemDouble

[Missing <param name="distCoeffs1"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_stereoRectify_array(System.Double*,System.Double[],System.Int32,System.Double*,System.Double[],System.Int32,OpenCvSharp.Size,System.Double*,System.Double[],System.Double*,System.Double*,System.Double*,System.Double*,System.Double*,System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Rect@,OpenCvSharp.Rect@)"]

dc1Size
Type: SystemInt32

[Missing <param name="dc1Size"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_stereoRectify_array(System.Double*,System.Double[],System.Int32,System.Double*,System.Double[],System.Int32,OpenCvSharp.Size,System.Double*,System.Double[],System.Double*,System.Double*,System.Double*,System.Double*,System.Double*,System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Rect@,OpenCvSharp.Rect@)"]

cameraMatrix2
Type: SystemDouble*

[Missing <param name="cameraMatrix2"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_stereoRectify_array(System.Double*,System.Double[],System.Int32,System.Double*,System.Double[],System.Int32,OpenCvSharp.Size,System.Double*,System.Double[],System.Double*,System.Double*,System.Double*,System.Double*,System.Double*,System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Rect@,OpenCvSharp.Rect@)"]

distCoeffs2
Type: SystemDouble

[Missing <param name="distCoeffs2"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_stereoRectify_array(System.Double*,System.Double[],System.Int32,System.Double*,System.Double[],System.Int32,OpenCvSharp.Size,System.Double*,System.Double[],System.Double*,System.Double*,System.Double*,System.Double*,System.Double*,System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Rect@,OpenCvSharp.Rect@)"]

dc2Size
Type: SystemInt32

[Missing <param name="dc2Size"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_stereoRectify_array(System.Double*,System.Double[],System.Int32,System.Double*,System.Double[],System.Int32,OpenCvSharp.Size,System.Double*,System.Double[],System.Double*,System.Double*,System.Double*,System.Double*,System.Double*,System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Rect@,OpenCvSharp.Rect@)"]

imageSize
Type: OpenCvSharpSize

[Missing <param name="imageSize"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_stereoRectify_array(System.Double*,System.Double[],System.Int32,System.Double*,System.Double[],System.Int32,OpenCvSharp.Size,System.Double*,System.Double[],System.Double*,System.Double*,System.Double*,System.Double*,System.Double*,System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Rect@,OpenCvSharp.Rect@)"]

R
Type: SystemDouble*

[Missing <param name="R"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_stereoRectify_array(System.Double*,System.Double[],System.Int32,System.Double*,System.Double[],System.Int32,OpenCvSharp.Size,System.Double*,System.Double[],System.Double*,System.Double*,System.Double*,System.Double*,System.Double*,System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Rect@,OpenCvSharp.Rect@)"]

T
Type: SystemDouble

[Missing <param name="T"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_stereoRectify_array(System.Double*,System.Double[],System.Int32,System.Double*,System.Double[],System.Int32,OpenCvSharp.Size,System.Double*,System.Double[],System.Double*,System.Double*,System.Double*,System.Double*,System.Double*,System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Rect@,OpenCvSharp.Rect@)"]

R1
Type: SystemDouble*

[Missing <param name="R1"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_stereoRectify_array(System.Double*,System.Double[],System.Int32,System.Double*,System.Double[],System.Int32,OpenCvSharp.Size,System.Double*,System.Double[],System.Double*,System.Double*,System.Double*,System.Double*,System.Double*,System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Rect@,OpenCvSharp.Rect@)"]

R2
Type: SystemDouble*

[Missing <param name="R2"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_stereoRectify_array(System.Double*,System.Double[],System.Int32,System.Double*,System.Double[],System.Int32,OpenCvSharp.Size,System.Double*,System.Double[],System.Double*,System.Double*,System.Double*,System.Double*,System.Double*,System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Rect@,OpenCvSharp.Rect@)"]

P1
Type: SystemDouble*

[Missing <param name="P1"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_stereoRectify_array(System.Double*,System.Double[],System.Int32,System.Double*,System.Double[],System.Int32,OpenCvSharp.Size,System.Double*,System.Double[],System.Double*,System.Double*,System.Double*,System.Double*,System.Double*,System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Rect@,OpenCvSharp.Rect@)"]

P2
Type: SystemDouble*

[Missing <param name="P2"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_stereoRectify_array(System.Double*,System.Double[],System.Int32,System.Double*,System.Double[],System.Int32,OpenCvSharp.Size,System.Double*,System.Double[],System.Double*,System.Double*,System.Double*,System.Double*,System.Double*,System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Rect@,OpenCvSharp.Rect@)"]

Q
Type: SystemDouble*

[Missing <param name="Q"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_stereoRectify_array(System.Double*,System.Double[],System.Int32,System.Double*,System.Double[],System.Int32,OpenCvSharp.Size,System.Double*,System.Double[],System.Double*,System.Double*,System.Double*,System.Double*,System.Double*,System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Rect@,OpenCvSharp.Rect@)"]

flags
Type: SystemInt32

[Missing <param name="flags"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_stereoRectify_array(System.Double*,System.Double[],System.Int32,System.Double*,System.Double[],System.Int32,OpenCvSharp.Size,System.Double*,System.Double[],System.Double*,System.Double*,System.Double*,System.Double*,System.Double*,System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Rect@,OpenCvSharp.Rect@)"]

alpha
Type: SystemDouble

[Missing <param name="alpha"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_stereoRectify_array(System.Double*,System.Double[],System.Int32,System.Double*,System.Double[],System.Int32,OpenCvSharp.Size,System.Double*,System.Double[],System.Double*,System.Double*,System.Double*,System.Double*,System.Double*,System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Rect@,OpenCvSharp.Rect@)"]

newImageSize
Type: OpenCvSharpSize

[Missing <param name="newImageSize"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_stereoRectify_array(System.Double*,System.Double[],System.Int32,System.Double*,System.Double[],System.Int32,OpenCvSharp.Size,System.Double*,System.Double[],System.Double*,System.Double*,System.Double*,System.Double*,System.Double*,System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Rect@,OpenCvSharp.Rect@)"]

validPixROI1
Type: OpenCvSharpRect

[Missing <param name="validPixROI1"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_stereoRectify_array(System.Double*,System.Double[],System.Int32,System.Double*,System.Double[],System.Int32,OpenCvSharp.Size,System.Double*,System.Double[],System.Double*,System.Double*,System.Double*,System.Double*,System.Double*,System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Rect@,OpenCvSharp.Rect@)"]

validPixROI2
Type: OpenCvSharpRect

[Missing <param name="validPixROI2"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_stereoRectify_array(System.Double*,System.Double[],System.Int32,System.Double*,System.Double[],System.Int32,OpenCvSharp.Size,System.Double*,System.Double[],System.Double*,System.Double*,System.Double*,System.Double*,System.Double*,System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Rect@,OpenCvSharp.Rect@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.calib3d_stereoRectify_array(System.Double*,System.Double[],System.Int32,System.Double*,System.Double[],System.Int32,OpenCvSharp.Size,System.Double*,System.Double[],System.Double*,System.Double*,System.Double*,System.Double*,System.Double*,System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Rect@,OpenCvSharp.Rect@)"]

See Also