Click or drag to resize

NativeMethodsshape_ShapeDistanceExtractor_computeDistance Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus shape_ShapeDistanceExtractor_computeDistance(
	IntPtr obj,
	IntPtr contour1,
	IntPtr contour2,
	out float returnValue
)

Parameters

obj
Type: SystemIntPtr

[Missing <param name="obj"/> documentation for "M:OpenCvSharp.NativeMethods.shape_ShapeDistanceExtractor_computeDistance(System.IntPtr,System.IntPtr,System.IntPtr,System.Single@)"]

contour1
Type: SystemIntPtr

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

contour2
Type: SystemIntPtr

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

returnValue
Type: SystemSingle

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

Return Value

Type: ExceptionStatus

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

See Also