Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Path Features » PathBoundingRectangle_Deprecated

PathBoundingRectangle_Deprecated


Computes the smallest rectangle (can be rotated) containing a path.

Name Type Description
inPath Path Input array of points
inRectangleOrientation Real* Expected orientation of the resulting rectangle
inBoundingRectangleFeature BoundingRectangleFeature Determines what kind of bounding rectangle will be computed
outBoundingRectangle Rectangle2D The smallest bounding rectangle of the input path
outCenter Point2D Center of the bounding rectangle
outLongSide Real Length of the bounding rectangle long side
outShortSide Real Length of the bounding rectangle short side

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 path on input in PathBoundingRectangle_Deprecated.

Complexity Level

This filter is available on Basic Complexity Level.