Start » Filter Reference » Image » Image Spatial Transforms » TranslateImage
Module: | FoundationLite |
---|
Translates an image by a vector, without changing its dimensions.
Applications
E.g. camera shaking reduction.
Name | Type | Description | |
---|---|---|---|
inImage | Image | Input image | |
inBorder | Pixel | Color used to fill pixels outside of the translated image | |
inDeltaX | Integer | Horizontal shift | |
inDeltaY | Integer | Vertical shift | |
inInverse | Bool | Switches to the inverse operation | |
outImage | Image | Output image |
Examples
Complexity Level
This filter is available on Advanced Complexity Level.