Click or drag to resize

NativeMethodsimgproc_matchShapes_InputArray Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_matchShapes_InputArray(
	IntPtr contour1,
	IntPtr contour2,
	int method,
	double parameter,
	out double returnValue
)

Parameters

contour1
Type: SystemIntPtr

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

contour2
Type: SystemIntPtr

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

method
Type: SystemInt32

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

parameter
Type: SystemDouble

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

returnValue
Type: SystemDouble

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

Return Value

Type: ExceptionStatus

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

See Also