Click or drag to resize

NativeMethodsimgproc_matchShapes_Point Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_matchShapes_Point(OpenCvSharp.Point[],System.Int32,OpenCvSharp.Point[],System.Int32,System.Int32,System.Double,System.Double@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_matchShapes_Point(
	Point[] contour1,
	int contour1Length,
	Point[] contour2,
	int contour2Length,
	int method,
	double parameter,
	out double returnValue
)

Parameters

contour1
Type: OpenCvSharpPoint

[Missing <param name="contour1"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_matchShapes_Point(OpenCvSharp.Point[],System.Int32,OpenCvSharp.Point[],System.Int32,System.Int32,System.Double,System.Double@)"]

contour1Length
Type: SystemInt32

[Missing <param name="contour1Length"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_matchShapes_Point(OpenCvSharp.Point[],System.Int32,OpenCvSharp.Point[],System.Int32,System.Int32,System.Double,System.Double@)"]

contour2
Type: OpenCvSharpPoint

[Missing <param name="contour2"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_matchShapes_Point(OpenCvSharp.Point[],System.Int32,OpenCvSharp.Point[],System.Int32,System.Int32,System.Double,System.Double@)"]

contour2Length
Type: SystemInt32

[Missing <param name="contour2Length"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_matchShapes_Point(OpenCvSharp.Point[],System.Int32,OpenCvSharp.Point[],System.Int32,System.Int32,System.Double,System.Double@)"]

method
Type: SystemInt32

[Missing <param name="method"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_matchShapes_Point(OpenCvSharp.Point[],System.Int32,OpenCvSharp.Point[],System.Int32,System.Int32,System.Double,System.Double@)"]

parameter
Type: SystemDouble

[Missing <param name="parameter"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_matchShapes_Point(OpenCvSharp.Point[],System.Int32,OpenCvSharp.Point[],System.Int32,System.Int32,System.Double,System.Double@)"]

returnValue
Type: SystemDouble

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_matchShapes_Point(OpenCvSharp.Point[],System.Int32,OpenCvSharp.Point[],System.Int32,System.Int32,System.Double,System.Double@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_matchShapes_Point(OpenCvSharp.Point[],System.Int32,OpenCvSharp.Point[],System.Int32,System.Int32,System.Double,System.Double@)"]

See Also