Uses of Class
com.openinventor.imageviz.engines.imageanalysis.globalmeasures.SoIntensityHistogramQuantification.RangeModes
-
Packages that use SoIntensityHistogramQuantification.RangeModes Package Description com.openinventor.imageviz.engines.imageanalysis.globalmeasures The Global Measures category contains analysis engines a measurement globally to the input image. -
-
Uses of SoIntensityHistogramQuantification.RangeModes in com.openinventor.imageviz.engines.imageanalysis.globalmeasures
Fields in com.openinventor.imageviz.engines.imageanalysis.globalmeasures with type parameters of type SoIntensityHistogramQuantification.RangeModes Modifier and Type Field Description SoSFEnum<SoIntensityHistogramQuantification.RangeModes>
SoIntensityHistogramQuantification. rangeMode
This parameter defines if the histogram has to be computed between the minimum and maximum input intensities (MIN_MAX) or inside a predefined range (OTHER).Methods in com.openinventor.imageviz.engines.imageanalysis.globalmeasures that return SoIntensityHistogramQuantification.RangeModes Modifier and Type Method Description static SoIntensityHistogramQuantification.RangeModes
SoIntensityHistogramQuantification.RangeModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoIntensityHistogramQuantification.RangeModes
SoIntensityHistogramQuantification.RangeModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoIntensityHistogramQuantification.RangeModes[]
SoIntensityHistogramQuantification.RangeModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-