Back to Adaptive Vision Library website

You are here: Start » Function Reference » Region Spatial Transforms

Region Spatial Transforms

Select a function from the list below.

IconNameDescription
AlignRegionMost typically used, when there is a region extracted after performing CropImageToRectangle. This filter makes it possible to align the region with the original image.
CropRegionCan be used to obtain a part of a bigger region, but also to enforce specific region frame.
CropRegionToRectangleCan be used to obtain a part of a bigger region, but also to enforce specific region frame.
DownsampleRegionShrinks a region by the factor of two along each axis.
EnlargeRegionNTimesEnlarges a region by a natural factor.
MirrorRegionMirrors a region across vertical or horizontal axis.
ReflectRegionReflects a region through the given location.
ResizeRegionEnlarges or shrinks a region to new dimensions.
ResizeRegion_RelativeResizes region relatively along each axis.
RotateRegionRotates a region around a point.
ShearRegionComputes a leant region.
TranslateRegionTranslates a region by a given number of pixels along each axis.
TransposeRegionFlips and rotates a region so that x-coordinates are exchanged with y-coordinates.
UncropRegionInverse of CropRegion