Back to FabImage Studio websiteYou are here:
Start »
Filter Reference »
Region »
Region Spatial Transforms »
MirrorRegion
Mirrors a region across vertical or horizontal axis.
|
Name |
Type |
Description |
 |
inRegion |
Region |
Input region |
 |
inMirrorDirection |
MirrorDirection |
Reverse the order of region columns (horizontal direction) or rows (vertical direction). |
 |
outRegion |
Region |
Output region |
Examples
MirrorRegion with inMirrorDirection = Horizontal.
MirrorRegion with inMirrorDirection = Vertical.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type |
Description |
DomainError |
Input and output regions are not distinct in MirrorRegion. |
Complexity Level
This filter is available on Advanced Complexity Level.
See Also
- TransposeRegion – Flips and rotates a region so that x-coordinates are exchanged with y-coordinates.