Find the minimum enclosing circle for the specific array of points
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public static CircleF MinEnclosingCircle( PointF[] points ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MinEnclosingCircle ( _ points As PointF() _ ) As CircleF |
| Visual C++ |
|---|
public: static CircleF MinEnclosingCircle( array<PointF>^ points ) |
Parameters
- points
- Type: array<
System.Drawing..::.PointF
>[]()[]
The collection of points