Back to Adaptive Vision Studio website

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

TransposeImage


Module: FoundationLite

Flips and rotates an image so that columns are exchanged with rows.

Applications

Useful when operations on image columns should be replaced with operations on image rows, which are much faster due to the cache memory.
Name Type Description
inImage Image Input image
outImage Image Output image

Examples

TransposeImage performed on the sample image.

Complexity Level

This filter is available on Advanced Complexity Level.

See Also

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