NativeMethodscvMinEnclosingCircle Method OpenCvSharp Class Library

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static bool cvMinEnclosingCircle(
	IntPtr points,
	ref CvPoint2D32f center,
	ref float radius
)

Parameters

points
Type: SystemIntPtr

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

center
Type: OpenCvSharpCvPoint2D32f

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

radius
Type: SystemSingle

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

Return Value

Type: Boolean

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

See Also

Reference