Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Basic » Box » ResizeBox_Relative

ResizeBox_Relative


Module: FoundationLite

Resizes a box to relatively defined dimensions.

Name Type Range Description
Input value inBox Box Input box
Input value inAnchor Anchor2D Point of the box which position will not change
Input value inHorizontalScale Real 0.0 - Scale factor of the horizontal resize
Input value inVerticalScale Real 0.0 - Scale factor of the vertical resize
Output value outBox Box Resized box

Description

The operation resizes an input box multiplying its width by inHorizontalScale and height by inVerticalScale.

Complexity Level

This filter is available on Advanced Complexity Level.

Filter Group

This filter is member of ResizeBox filter group.

See Also

  • ResizeBox – Changes the dimensions of a box.
  • ResizeRegion – Enlarges or shrinks a region to new dimensions.