SoBlendWithValueProcessing engine More...
#include <ImageViz/Engines/ArithmeticAndLogic/ArithmeticOperations/SoBlendWithValueProcessing.h>
Public Member Functions | |
SoBlendWithValueProcessing () | |
Public Attributes | |
SoSFImageDataAdapter | inImage |
SoSFInt32 | operandValue |
SoSFFloat | weight |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outImage |
The SoBlendWithValueProcessing engine produces a linear combination between an image and a value
The SoBlendWithValueProcessing engine produces a linear combination between an image I and a constant C. The formula is:
Remarks:
SoBlendWithImageProcessing, SoDirectionalBlendProcessing2d .
inImage | NULL |
operandValue | 4 |
weight | 60.0f |
SoBlendWithValueProcessing::SoBlendWithValueProcessing | ( | ) |
Constructor.
The input image operand.
Default value is NULL. Supported types include: grayscale binary label color image.
The operand value.
Default value is 4.
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter*> SoBlendWithValueProcessing::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.