Click or drag to resize

NativeMethods.imgproc_matchShapes_Point 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 double imgproc_matchShapes_Point(
	Point[] contour1,
	int contour1Length,
	Point[] contour2,
	int contour2Length,
	int method,
	double parameter
)

Parameters

contour1
Type:OpenCvSharp.Point[]
contour1Length
Type: System.Int32
contour2
Type:OpenCvSharp.Point[]
contour2Length
Type: System.Int32
method
Type: System.Int32
parameter
Type: System.Double

Return Value

Type: Double
See Also