Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Region Spatial Transforms » ResizeRegion

ResizeRegion


Enlarges or shrinks a region to new dimensions.

Name Type Range Description
inRegion Region Input region
inNewWidth Integer* 1 -
inNewHeight Integer* 1 -
outRegion Region Output region

Examples

ResizeRegion performed on the sample region with inNewWidth = 200, inNewHeight = 100.

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 Output region too big in ResizeRegion.

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filter is member of ResizeRegion filter group.

See Also

  • ResizeImage – Enlarges or shrinks an image to new dimensions.