Click or drag to resize

NativeMethodscalib3d_correctMatches_InputArray 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_InputArray(
	IntPtr F,
	IntPtr points1,
	IntPtr points2,
	IntPtr newPoints1,
	IntPtr newPoints2
)

Parameters

F
Type: SystemIntPtr
points1
Type: SystemIntPtr
points2
Type: SystemIntPtr
newPoints1
Type: SystemIntPtr
newPoints2
Type: SystemIntPtr
See Also