Back to Adaptive Vision Studio website

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

TransposeImage


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

Name Type Description
inImage Image Input image
outImage Image Output image

Applications

Useful when operations on image columns should be replaced with operations on image rows, which are much faster due to the cache memory.

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.