Back to Adaptive Vision 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. | |
| JoinImages | Creates a single image by glueing together the two input images in horizontal or vertical direction. | |
| JoinImages_OfArray | Creates a single image by glueing together many input images in horizontal or vertical direction. | |
| JoinImages_OfSeries | Joining images from a line-scan camera, which produces too few lines at a time. | |
| 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. | |
| ShrinkImageNTimes | Shrinks an image by a natural factor along each axis. | |
| TransformImage | Transforms an image by the provided transformation matrix. | |
| TranslateImage | E.g. camera shaking reduction. | |
| TranslatePixels | Moves the pixels of the input image by the vectors specified with inVectorImage. | |
| UncropImage | Inverse of CropImage. |
