SoAbsoluteValueProcessing engine More...
#include <ImageViz/Engines/ArithmeticAndLogic/ArithmeticOperations/SoAbsoluteValueProcessing.h>
Public Member Functions | |
SoAbsoluteValueProcessing () | |
Public Attributes | |
SoSFImageDataAdapter | inImage |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outImage |
The SoAbsoluteValueProcessing engine computes the absolute value of an image.
The SoAbsoluteValueProcessing engine computes the absolute value of the grayscale values within an image . The formula is:
SoArithmeticValueProcessing, SoArithmeticImageProcessing.
inImage | NULL |
SoAbsoluteValueProcessing::SoAbsoluteValueProcessing | ( | ) |
Constructor.
The input image.
Default value is NULL. Supported types include: grayscale binary label color image.
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter*> SoAbsoluteValueProcessing::outImage |
The output image.
Default value is NULL. Supported types include: grayscale binary label color image.