Click or drag to resize

NativeMethodscalib3d_correctMatches_array Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus calib3d_correctMatches_array(
	double* F,
	Point2d[] points1,
	int points1Size,
	Point2d[] points2,
	int points2Size,
	Point2d[] newPoints1,
	Point2d[] newPoints2
)

Parameters

F
Type: SystemDouble*

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

points1
Type: OpenCvSharpPoint2d

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

points1Size
Type: SystemInt32

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

points2
Type: OpenCvSharpPoint2d

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

points2Size
Type: SystemInt32

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

newPoints1
Type: OpenCvSharpPoint2d

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

newPoints2
Type: OpenCvSharpPoint2d

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

Return Value

Type: ExceptionStatus

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

See Also