SoFlipAxisProcessing2d image filter More...
#include <ImageViz/Engines/GeometryAndMatching/GeometricTransforms/SoFlipAxisProcessing2d.h>
Public Types | |
enum | AxisSelection { X_AXIS = 0, Y_AXIS = 1, CENTER = 2 } |
Public Member Functions | |
SoFlipAxisProcessing2d () | |
Public Attributes | |
SoSFImageDataAdapter | inImage |
SoSFEnum | axisSelection |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outImage |
The SoFlipAxisProcessing2d filter flips the image along the x or y axis or the center.
inImage | NULL |
axisSelection | X_AXIS |
SoFlipAxisProcessing2d::SoFlipAxisProcessing2d | ( | ) |
Constructor.
Select the symmetry type.
Use enum AxisSelection. Default is X_AXIS
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.