SoMaxAbsoluteValueProcessing2d engine More...
#include <ImageViz/Engines/ArithmeticAndLogic/ArithmeticOperations/SoMaxAbsoluteValueProcessing2d.h>
Public Member Functions | |
SoMaxAbsoluteValueProcessing2d () | |
Public Attributes | |
SoSFImageDataAdapter | inImage1 |
SoSFImageDataAdapter | inImage2 |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outImage |
The SoMaxAbsoluteValueProcessing2d engine computes the maximum value between the absolute values of two images
The SoMaxAbsoluteValueProcessing2d engine computes the absolute values of two images and . The formula is:
SoAbsoluteValueProcessing, SoArithmeticValueProcessing.
inImage1 | NULL |
inImage2 | NULL |
SoMaxAbsoluteValueProcessing2d::SoMaxAbsoluteValueProcessing2d | ( | ) |
Constructor.
The 1st input image.
Default value is NULL. Supported types include: grayscale binary label color image.
The 2nd input image.
Default value is NULL. Supported types include: grayscale binary label color image.
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter*> SoMaxAbsoluteValueProcessing2d::outImage |
The output image.
Default value is NULL. Supported types include: grayscale binary label color image.