Click or drag to resize

NativeMethodscalib3d_findHomography_vector 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_vector(
	Point2d[] srcPoints,
	int srcPointsLength,
	Point2d[] dstPoints,
	int dstPointsLength,
	int method,
	double ransacReprojThreshold,
	IntPtr mask
)

Parameters

srcPoints
Type: OpenCvSharpPoint2d
srcPointsLength
Type: SystemInt32
dstPoints
Type: OpenCvSharpPoint2d
dstPointsLength
Type: SystemInt32
method
Type: SystemInt32
ransacReprojThreshold
Type: SystemDouble
mask
Type: SystemIntPtr

Return Value

Type: IntPtr
See Also