Back to FabImage Library website
You are here: Start » Function Reference » Image » Image Spatial Transforms » TransposeImage
Header: | FIL.h |
---|---|
Namespace: | fil |
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.
Syntax
C++
C#
void fil::TransposeImage ( const fil::Image& inImage, fil::Image& outImage )
Parameters
Examples
![]() |
![]() |
TransposeImage performed on the sample image.
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
See Also
- MirrorImage – Reverses the order of the input image columns or rows depending on inMirrorDirection value.