Start » Filter Reference » Image » Image Spatial Transforms » 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
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
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.