Click or drag to resize

NativeMethodscalib3d_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: SystemDouble
points1
Type: OpenCvSharpPoint2d
points1Size
Type: SystemInt32
points2
Type: OpenCvSharpPoint2d
points2Size
Type: SystemInt32
newPoints1
Type: OpenCvSharpPoint2d
newPoints2
Type: OpenCvSharpPoint2d
See Also