SoLabelFilteringProcessing engine filters objects from a label image according to a given formula. More...
#include <ImageViz/Engines/ImageAnalysis/IndividualMeasures/SoLabelFilteringProcessing.h>
Public Member Functions | |
SoLabelFilteringProcessing () | |
Public Attributes | |
SoSFEnum | computeMode |
SoSFImageDataAdapter | inLabelImage |
SoSFImageDataAdapter | inIntensityImage |
SoSFString | inFilter |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outLabelImage |
For an introduction, see:
The SoLabelFilteringProcessing applies the selected filter with its criteria to the input image, outputs the filtered results and generates a new filtered image. Measurements needed are extracted from the filter. This engine is similar to SoLabelFilteringAnalysisQuantification except that the results of measurements are not provided as output.
SoLabelFilteringAnalysisQuantification.
computeMode | MODE_AUTO |
inLabelImage | NULL |
inIntensityImage | NULL |
inFilter | "" |
SoLabelFilteringProcessing::SoLabelFilteringProcessing | ( | ) |
Constructor.
Select the compute Mode (2D or 3D or AUTO) Use enum ComputeMode.
Default is MODE_AUTO
The input filter name See Custom formula syntax for how to use a formula.
Default value is "".
The intensity image Default value is NULL.
Supported types include: grayscale binary label color image.
The input label image Default value is NULL.
Supported types include: label color image.
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter*> SoLabelFilteringProcessing::outLabelImage |
The output image Default value is NULL.
Supported types include: label image.