Back to Adaptive Vision Library website

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

TransposeImage


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

Header:AVL.h

Syntax

C++
C#
 
void avl::TransposeImage
(
	const avl::Image& inImage,
	avl::Image& outImage
)

Parameters

Name Type Default Description
inImage const Image& Input image
outImage Image& Output image

Examples

TransposeImage performed on the sample image.

See Also

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