NativeMethodscalib3d_findHomography_vector Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_findHomography_vector(OpenCvSharp.CPlusPlus.Point2d[],System.Int32,OpenCvSharp.CPlusPlus.Point2d[],System.Int32,System.Int32,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_findHomography_vector(
	Point2d[] srcPoints,
	int srcPointsLength,
	Point2d[] dstPoints,
	int dstPointsLength,
	int method,
	double ransacReprojThreshold,
	IntPtr mask
)

Parameters

srcPoints
Type: OpenCvSharp.CPlusPlusPoint2d

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

srcPointsLength
Type: SystemInt32

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

dstPoints
Type: OpenCvSharp.CPlusPlusPoint2d

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

dstPointsLength
Type: SystemInt32

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

method
Type: SystemInt32

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

ransacReprojThreshold
Type: SystemDouble

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

mask
Type: SystemIntPtr

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

Return Value

Type: IntPtr

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

See Also

Reference