Click or drag to resize

MatMinEnclosingCircle Method

Finds the minimum area circle enclosing a 2D point set. The input is 2D point set, represented by CV_32SC2 or CV_32FC2 matrix.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void MinEnclosingCircle(
	out Point2f center,
	out float radius
)

Parameters

center
Type: OpenCvSharpPoint2f
The output center of the circle
radius
Type: SystemSingle
The output radius of the circle
See Also