NativeMethodscalib3d_stereoRectifyUncalibrated_array Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_stereoRectifyUncalibrated_array(OpenCvSharp.CPlusPlus.Point2d[],System.Int32,OpenCvSharp.CPlusPlus.Point2d[],System.Int32,System.Double[0:,0:],OpenCvSharp.CvSize,System.Double[0:,0:],System.Double[0:,0:],System.Double)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static int calib3d_stereoRectifyUncalibrated_array(
	Point2d[] points1,
	int points1Size,
	Point2d[] points2,
	int points2Size,
	double[,] F,
	CvSize imgSize,
	double[,] H1,
	double[,] H2,
	double threshold
)

Parameters

points1
Type: OpenCvSharp.CPlusPlusPoint2d

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

points1Size
Type: SystemInt32

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

points2
Type: OpenCvSharp.CPlusPlusPoint2d

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

points2Size
Type: SystemInt32

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

F
Type: SystemDouble

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

imgSize
Type: OpenCvSharpCvSize

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

H1
Type: SystemDouble

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

H2
Type: SystemDouble

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

threshold
Type: SystemDouble

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

Return Value

Type: Int32

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_stereoRectifyUncalibrated_array(OpenCvSharp.CPlusPlus.Point2d[],System.Int32,OpenCvSharp.CPlusPlus.Point2d[],System.Int32,System.Double[0:,0:],OpenCvSharp.CvSize,System.Double[0:,0:],System.Double[0:,0:],System.Double)"]

See Also

Reference