Back to Adaptive Vision Studio website

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

CropRegion


Module: FoundationLite

Creates a region from a rectangular fragment of another one.

Applications

Can be used to obtain a part of a bigger region, but also to enforce specific region frame.
Name Type Description
inRegion Region Input region
inSelection Box Box defining the range of cropping
outRegion Region Output region

Examples

CropRegion performed on the sample region with inSelection = Box(0,0,200,200).

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filter is member of CropRegion filter group.

See Also

  • SetRegionFrame – Changes the width and the height of a region's frame (but does not rescale the content).