SoBlendWithImageProcessing engine produces a linear combination between two images. More...
#include <ImageViz/Engines/ArithmeticAndLogic/ArithmeticOperations/SoBlendWithImageProcessing.h>
Public Member Functions | |
SoBlendWithImageProcessing () | |
Public Attributes | |
SoSFImageDataAdapter | inImage1 |
SoSFImageDataAdapter | inImage2 |
SoSFFloat | weight |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outImage |
The SoBlendWithImageFiltering engine produces a linear combination between two images and . The formula is:
Remarks:
SoBlendWithValueProcessing, SoDirectionalBlendProcessing2d .
inImage1 | NULL |
inImage2 | NULL |
weight | 60.0f |
SoBlendWithImageProcessing::SoBlendWithImageProcessing | ( | ) |
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*> SoBlendWithImageProcessing::outImage |
The output image.
Default value is NULL. Supported types include: grayscale binary label color image.
The percentage of first image intensity.
Default value is 60.0f.