Back to FabImage Library Lite website
You are here: Start » Image Spatial Transforms
Image Spatial Transforms
Select a function from the list below.
Icon | Name | Description |
---|---|---|
![]() | CropImage | Reduction of the amount of image data to be stored in memory. |
![]() | CropImageToRectangle | Usually used for creating images of individual objects, e.g. after Template Matching. |
![]() | CropImageToRegion | Crops an image to the area of the specified region. |
![]() | MirrorImage | Reverses the order of the input image columns or rows depending on inMirrorDirection value. |
![]() | ResizeImage | Enlarges or shrinks an image to new dimensions. |
![]() | ResizeImage_Relative | Resizes an image by a factor along each axis. |
![]() | RotateImage | Rotates an image clockwise. |
![]() | ShearImage | Image preprocessing when there are slanted objects. |
![]() | TranslateImage | E.g. camera shaking reduction. |