Contents

boundingCircle(for:)

Calculates a bounding circle for the specified array of points.

Declaration

class func boundingCircle(for points: [VNPoint]) throws -> VNCircle

Parameters

  • points:

    A collection of points around which to calculate the bounding circle.

Return Value

The bounding VNCircle object.

See Also

Calculating Bounding Circles