Back to FabImage Studio website

You are here: Start » Filter Reference » Image » Image Spatial Transforms » MirrorImage

MirrorImage


Module: FoundationLite

Reverses the order of the input image columns or rows depending on inMirrorDirection value.

Name Type Description
Input value inImage Image Input image
Input value inMirrorDirection MirrorDirection Reverse the order of image columns (horizontal direction) or rows (vertical direction).
Output value 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.

Hardware Acceleration

This operation is optimized for SSSE3 technology for pixels of types: 1xUINT8, 1xINT8, 1xUINT16, 1xINT16, 1xINT32, 1xREAL, 2xUINT8, 2xINT8, 2xUINT16, 2xINT16, 3xUINT8, 3xINT8, 4xUINT8, 4xINT8.

This operation is optimized for NEON technology for pixels of type: 3xUINT8.

This operation supports automatic parallelization for multicore and multiprocessor systems.

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.