SoMaskImageProcessing engine provides masking of image. More...
#include <ImageViz/Engines/ArithmeticAndLogic/ArithmeticOperations/SoMaskImageProcessing.h>
Public Member Functions | |
SoMaskImageProcessing () | |
Public Attributes | |
SoSFImageDataAdapter | inImage |
SoSFImageDataAdapter | inBinaryImage |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outImage |
The SoMaskImageFiltering engine provides masking of image I with a bitplane, or binary mask, B.
SoBlendWithImageProcessing, SoCombineByMaskProcessing.
inImage | NULL |
inBinaryImage | NULL |
SoMaskImageProcessing::SoMaskImageProcessing | ( | ) |
Constructor.
The input binary image.
Default value is NULL. Supported types include: binary color image.
The input image.
Default value is NULL. Supported types include: grayscale binary label color image.
The output image.
Default value is NULL. Supported types include: grayscale binary label color image.