Back to FabImage Studio website
You are here: Start » Filter Reference » Image Spatial Transforms » MirrorImage
Reverses the order of the input image columns or rows depending on inMirrorDirection value.
Name | Type | Description | |
---|---|---|---|
![]() |
inImage | Image | Input image |
![]() |
inMirrorDirection | MirrorDirection | Reverse the order of image columns (horizontal direction) or rows (vertical direction). |
![]() |
outImage | Image | Output image |
Examples
Description of usage of this filter can be found in examples and tutorial: Image Modification Using the HMI.
![]() |
![]() |
MirrorImage with inMirrorDirection = Horizontal.
![]() |
![]() |
MirrorImage with inMirrorDirection = Vertical.
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- TransposeImage – Flips and rotates an image so that columns are exchanged with rows.