NativeMethodscalib3d_findFundamentalMat_array Method OpenCvSharp Class Library

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

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

public static IntPtr calib3d_findFundamentalMat_array(
	Point2d[] points1,
	int points1Size,
	Point2d[] points2,
	int points2Size,
	int method,
	double param1,
	double param2,
	IntPtr mask
)

Parameters

points1
Type: OpenCvSharp.CPlusPlusPoint2d

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

points1Size
Type: SystemInt32

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

points2
Type: OpenCvSharp.CPlusPlusPoint2d

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

points2Size
Type: SystemInt32

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

method
Type: SystemInt32

[Missing <param name="method"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_findFundamentalMat_array(OpenCvSharp.CPlusPlus.Point2d[],System.Int32,OpenCvSharp.CPlusPlus.Point2d[],System.Int32,System.Int32,System.Double,System.Double,System.IntPtr)"]

param1
Type: SystemDouble

[Missing <param name="param1"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_findFundamentalMat_array(OpenCvSharp.CPlusPlus.Point2d[],System.Int32,OpenCvSharp.CPlusPlus.Point2d[],System.Int32,System.Int32,System.Double,System.Double,System.IntPtr)"]

param2
Type: SystemDouble

[Missing <param name="param2"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_findFundamentalMat_array(OpenCvSharp.CPlusPlus.Point2d[],System.Int32,OpenCvSharp.CPlusPlus.Point2d[],System.Int32,System.Int32,System.Double,System.Double,System.IntPtr)"]

mask
Type: SystemIntPtr

[Missing <param name="mask"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_findFundamentalMat_array(OpenCvSharp.CPlusPlus.Point2d[],System.Int32,OpenCvSharp.CPlusPlus.Point2d[],System.Int32,System.Int32,System.Double,System.Double,System.IntPtr)"]

Return Value

Type: IntPtr

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

See Also

Reference