SoRotateAroundZProcessing2d image filter More...
#include <ImageViz/Engines/GeometryAndMatching/GeometricTransforms/SoRotateAroundZProcessing2d.h>
Public Types | |
enum | PrecisionMode { NEARBY_PIXEL = 0, INTERPOLATION = 1 } |
Public Member Functions | |
SoRotateAroundZProcessing2d () | |
Public Attributes | |
SoSFImageDataAdapter | inImage |
SoSFFloat | rotationAngle |
SoSFEnum | precisionMode |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outImage |
The SoRotateAroundZProcessing2d filter performs a rotation of an image by a user-defined angle using center of image as origin.
inImage | NULL |
rotationAngle | 10.0f |
precisionMode | NEARBY_PIXEL |
SoRotateAroundZProcessing2d::SoRotateAroundZProcessing2d | ( | ) |
Constructor.
The input image.
Default value is NULL. Supported types include: grayscale binary label color image.
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter*> SoRotateAroundZProcessing2d::outImage |
The output image.
Default value is NULL. Supported types include: grayscale binary label color image.
Select the interpolation mode.
Use enum PrecisionMode. Default is NEARBY_PIXEL
The angle of the rotation in degrees (not radians).
Default value is 10.0f.