Click or drag to resize

NativeMethods.calib3d_correctMatches_array Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void calib3d_correctMatches_array(
	double[,] F,
	Point2d[] points1,
	int points1Size,
	Point2d[] points2,
	int points2Size,
	Point2d[] newPoints1,
	Point2d[] newPoints2
)

Parameters

F
Type:System.Double[,]
points1
Type:OpenCvSharp.Point2d[]
points1Size
Type: System.Int32
points2
Type:OpenCvSharp.Point2d[]
points2Size
Type: System.Int32
newPoints1
Type:OpenCvSharp.Point2d[]
newPoints2
Type:OpenCvSharp.Point2d[]
See Also