23#ifndef _SO_LABEL_ANALYSIS_RESULT_H_
24#define _SO_LABEL_ANALYSIS_RESULT_H_
104 uint64_t
getValueAsUInt(
int labelIndex,
int measureIndex,
int measureComponent )
const;
#define SO_FIELDCONTAINER_HEADER(className)
Class for smart character strings.
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> Abstract base class fo...
UnitDimension
"Unit dimension" is used to categorize the resulting unit of a measure.
ResultFormat
The "result format" is the type of the output of a measure computation.
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> class to handle label ...
SoDataMeasure::ResultFormat getMeasureFormat(int measureIndex) const
Returns the measure format of the given resulting measure index.
SoDataMeasure::UnitDimension getMeasureUnitDimension(int measureIndex) const
Returns the measure unit dimension of the given resulting measure index.
SoLabelAnalysisResult()
Constructor.
double getValueAsDouble(int labelIndex, int measureIndex, int measureComponent) const
Returns the result as a floating value for the given measure and measure's component.
size_t getNumLabels() const
Returns the total number of different labels in the label analysis result.
uint64_t getValueAsUInt(int labelIndex, int measureIndex, int measureComponent) const
Returns the result as an unsigned integer value for the given measure and measure's component.
int64_t getValueAsInteger(int labelIndex, int measureIndex, int measureComponent) const
Returns the result as an integer value for the given measure and measure's component.
size_t getNumLabels(int sequenceIndex) const
Returns the number of different labels in the label analysis result for the given image index.
SbString getMeasureName(int measureIndex) const
Returns the ith measure name.
int getNumMeasure() const
Returns the number of measures results.
int getNumMeasureComponent(int measureIndex) const
Returns the number of components values for the given measure index.
size_t getNumImageAnalysis() const
Returns the number of image that where analysed.
int getMeasureIndex(const SbString &measureName) const
Returns the index of the measure named measureName.
SbString getValueAsString(int labelIndex, int measureIndex, int measureComponent) const
Returns the result as a string value for the given measure and measure's component.