Click or drag to resize

NativeMethodscalib3d_stereoRectifyUncalibrated_array Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus calib3d_stereoRectifyUncalibrated_array(
	Point2d[] points1,
	int points1Size,
	Point2d[] points2,
	int points2Size,
	double* F,
	Size imgSize,
	double* H1,
	double* H2,
	double threshold,
	out int returnValue
)

Parameters

points1
Type: OpenCvSharpPoint2d

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

points1Size
Type: SystemInt32

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

points2
Type: OpenCvSharpPoint2d

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

points2Size
Type: SystemInt32

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

F
Type: SystemDouble*

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

imgSize
Type: OpenCvSharpSize

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

H1
Type: SystemDouble*

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

H2
Type: SystemDouble*

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

threshold
Type: SystemDouble

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

returnValue
Type: SystemInt32

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

Return Value

Type: ExceptionStatus

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

See Also