SoInvertImageProcessing engine calculates the reverse of an image. More...
#include <ImageViz/Engines/ArithmeticAndLogic/LogicalOperations/SoInvertImageProcessing.h>
Public Member Functions | |
SoInvertImageProcessing () | |
Public Attributes | |
SoSFImageDataAdapter | inImage |
SoSFInt32 | bitNumber |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outImage |
The SoInvertImageProcessing engine calculates the reverse of an image. The engine works in two steps:
SoLogicalValueProcessing, SoLogicalImageProcessing.
inImage | NULL |
BitNumber | 8 |
SoInvertImageProcessing::SoInvertImageProcessing | ( | ) |
Constructor.
The number of significant bits.
Default value is 8.
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.