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.

Icon Name Description Library
AlignRegion Most typically used, when there is a region extracted after performing CropImageToRectangle. This filter makes it possible to align the region with the original image. Professional
CropRegion Can be used to obtain a part of a bigger region, but also to enforce specific region frame. Lite
CropRegionToRectangle Can be used to obtain a part of a bigger region, but also to enforce specific region frame. Professional
DownsampleRegion Shrinks a region by the factor of two along each axis. Professional
EnlargeRegionNTimes Enlarges a region by a natural factor. Professional
MirrorRegion Mirrors a region across vertical or horizontal axis. Professional
ReflectRegion Reflects a region through the given location. Professional
ResizeRegion Enlarges or shrinks a region to new dimensions. Professional
ResizeRegion_Relative Resizes region relatively along each axis. Professional
RotateRegion Rotates a region around a point. Professional
ShearRegion Computes a leant region. Professional
ShrinkRegionNTimes Shrinks a region by a natural factor along each axis. Professional
TranslateRegion Translates a region by a given number of pixels along each axis. Lite
TransposeRegion Flips and rotates a region so that x-coordinates are exchanged with y-coordinates. Professional
TrimRegionToRectangle Limits a region to a rectangular area. Professional
TrimRegionToShape Removes region elements lying beyond the specified shape. Professional
UncropRegion Inverse of CropRegion Lite