SoResetImageProcessing engine sets all pixels/voxels values of the input image to a constant value. More...
#include <ImageViz/Engines/ImageManipulation/ImageEditing/SoResetImageProcessing.h>
Public Member Functions | |
SoResetImageProcessing () | |
Public Attributes | |
SoSFEnum | computeMode |
SoSFImageDataAdapter | inImage |
SoSFFloat | intensityValue |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outImage |
The SoResetImageProcessing engine sets all pixels/voxels values of the input image to a constant value.
computeMode | MODE_AUTO |
inImage | NULL |
intensityValue | 0.0f |
SoResetImageProcessing::SoResetImageProcessing | ( | ) |
Constructor.
Select the compute Mode (2D or 3D or AUTO) Use enum ComputeMode.
Default is MODE_AUTO
The input image.
Default value is NULL. Supported types include: grayscale binary label color image.
The reset intensity value.
Default value is 0.0f.
The output image.
Default value is NULL. Supported types include: grayscale binary label color image.