SoSwapAxisProcessing2d image filter More...
#include <ImageViz/Engines/GeometryAndMatching/GeometricTransforms/SoSwapAxisProcessing2d.h>
Public Member Functions | |
SoSwapAxisProcessing2d () | |
Public Attributes | |
SoSFImageDataAdapter | inImage |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outImage |
The SoSwapAxisProcessing2d filter performs a transposition of the matrix along both the and axes. It effectively flips the image from left to right and rotates it counterclockwise. O(n,m) = I(m,n)
NOTE: The input image must be square and its size a power of 2.
inImage | NULL |
SoSwapAxisProcessing2d::SoSwapAxisProcessing2d | ( | ) |
Constructor.
The input image.
Default value is NULL. Supported types include: grayscale binary label color image.
The output image.
Default value is NULL. Supported types include: grayscale binary label color image.