You are here: Start » AVL.NET » Region Spatial Transforms

Region Spatial Transforms

Icon Name Description
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.
CropRegion Can be used to obtain a part of a bigger region, but also to enforce specific region frame.
CropRegionToRectangle Can be used to obtain a part of a bigger region, but also to enforce specific region frame.
DownsampleRegion Shrinks a region by the factor of two along each axis.
EnlargeRegionNTimes Enlarges a region by a natural factor.
MirrorRegion Mirrors a region across vertical or horizontal axis.
ReflectRegion Reflects a region through the given location.
ResizeRegion Enlarges or shrinks a region to new dimensions.
ResizeRegion_Relative Resizes region relatively along each axis.
RotateRegion Rotates a region around a point.
ShearRegion Computes a leant region.
ShrinkRegionNTimes Shrinks a region by a natural factor along each axis.
TranslateRegion Translates a region by a given number of pixels along each axis.
TransposeRegion Flips and rotates a region so that x-coordinates are exchanged with y-coordinates.
TrimRegionToRectangle Limits a region to a rectangular area.
TrimRegionToShape Removes region elements lying beyond the specified shape.
UncropRegion Inverse of CropRegion