Class for all ImageViz data measure attributes. More...
#include <ImageViz/Nodes/Measures/SoDataMeasureAttributes.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoDataMeasureAttributes () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoMFFloat | feretAngles2D |
SoMFVec2f | feretAngles3D |
SoMFVec2i32 | cooccurrenceDirections |
SoSFFloat | histogramMinGrayLevel |
SoSFFloat | histogramMaxGrayLevel |
SoSFFloat | histogramBinSize |
SoSFBool | histogramAutoAdjust |
SoMFFloat | quantilePercents |
SoSFInt32 | breadth3DNumAngles |
SoSFFloat | overlap |
SoSFFloat | neighborDistance |
SoSFBool | neighborDistanceInSpatialUnit |
SoDataMeasureAttributes::SoDataMeasureAttributes | ( | ) |
Default constructor.
static SoType SoDataMeasureAttributes::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoFieldContainer.
virtual SoType SoDataMeasureAttributes::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Implements SoTypedObject.
Define the number of angles used in BREADTH3D measure.
Default is 20 angles.
List of directions for measures using cooccurence.
List of 2D angles for measures using Feret 2D.
Default value is { 0.f, 18.f, 36.f, 54.f, 72.f, 90.f, 108.f, 126.f, 144.f, 162.f}.
List of 3D angles for measures using Feret 3D.
Angles are defined by a couple (See figure in section Feret's Diameter).
When TRUE, measures use an auto computed histogram.
Size of bins for histogram measures.
This value has no effect when histogramAutoAdjust is set to TRUE.
Maximum gray level for histogram measures.
This value has no effect when histogramAutoAdjust is set to TRUE.
Minimum gray level for histogram measures.
This value has no effect when histogramAutoAdjust is set to TRUE.
Distance to the current label boundaries where neighbors are searched (cut-off distance).
Default is 5.
Indicates if the cut-off distance is expressed in pixels (FALSE) or in spatial unit (TRUE).
Default is FALSE.
Minimal percentage that must represent a label volume overlapping the searched area to be counted as a neighbor.
Default is 0 percent.
List of 6 quantiles for measures using histogram with custom quantiles.
Default is 20%, 30%, 40%, 60%, 70%, 80%.