Click or drag to resize

NativeMethodscalib3d_findHomography_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 IntPtr calib3d_findHomography_InputArray(
	IntPtr srcPoints,
	IntPtr dstPoints,
	int method,
	double ransacReprojThreshold,
	IntPtr mask
)

Parameters

srcPoints
Type: SystemIntPtr
dstPoints
Type: SystemIntPtr
method
Type: SystemInt32
ransacReprojThreshold
Type: SystemDouble
mask
Type: SystemIntPtr

Return Value

Type: IntPtr
See Also