Back to FabImage Studio website

You are here: Start » Filter Reference » Geometry 2D » Geometry 2D Features » PointsBoundingEllipse

PointsBoundingEllipse


Module: FoundationBasic

Computes the smallest ellipse containing an array of points if such ellipse exists.

Name Type Description
Input value
inPoints Point2DArray
Output value
outBoundingEllipse Ellipse2D
Output value
outBoundaryPoints Point2DArray

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Empty array on input in PointsBoundingEllipse.
DomainError Failed to find proper ellipse PointsBoundingEllipse.

Complexity Level

This filter is available on Basic Complexity Level.