SoBackgroundImageProcessing2d engine
More...
#include <ImageViz/Engines/ImageFiltering/GrayscaleTransforms/SoBackgroundImageProcessing2d.h>
Public Member Functions | |
| SoBackgroundImageProcessing2d () | |
Public Attributes | |
| SoSFImageDataAdapter | inImage |
| SoSFImageDataAdapter | inMaskImage |
| SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outImage |
SoBackgroundImageProcessing2d engine
The SoBackgroundImageProcessing2d engine computes a background image from a grayscale image.
This engine computes a background image from a grayscale image and a binary mask (or empty for all pixels of the image) using second order polynomial.
SoMatchContrastProcessing, SoShadingCorrectionProcessing, SoMathematicalFunctionProcessing.
| inImage | NULL |
| inMaskImage | NULL |
| SoBackgroundImageProcessing2d::SoBackgroundImageProcessing2d | ( | ) |
Constructor.
The input image.
Default value is NULL. Supported types include: grayscale color image.
The binary image for the mask or empty (command looks for only inside).
This parameter is optional. Default value is NULL. Supported types include: binary color image.
| SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter*> SoBackgroundImageProcessing2d::outImage |
The output image.
Default value is NULL. Supported types include: grayscale binary label color image.