SoObjectCountQuantification engine computes the number of objects in an image. More...
#include <ImageViz/Engines/ImageAnalysis/GlobalMeasures/SoObjectCountQuantification.h>
Classes | |
class | SbObjectCountDetail |
Results details of objects count global measure. More... | |
Public Member Functions | |
SoObjectCountQuantification () | |
Public Attributes | |
SoSFImageDataAdapter | inObjectImage |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outLabelImage |
SoImageVizEngineAnalysisOutput < SbObjectCountDetail > | outResult |
The SoObjectCountQuantification engine computes the number of objects in a binary image or a labelled image. The number of objects is equal to the maximum grey level value of the labelled image.
inObjectImage | NULL |
SoObjectCountQuantification::SoObjectCountQuantification | ( | ) |
Constructor.
The input binary or label image.
Default value is NULL. Supported types include: binary label color image.
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter*> SoObjectCountQuantification::outLabelImage |
The output image.
Default value is NULL. Supported types include: label image.
The output measure result.
Default value is NULL.