Uses of Class
com.openinventor.imageviz.engines.imageanalysis.statistics.SoAutoThresholdingQuantification.RangeModes
-
Packages that use SoAutoThresholdingQuantification.RangeModes Package Description com.openinventor.imageviz.engines.imageanalysis.statistics The Statistics category contains analysis engines applying an intensity- based measurement globally to the input image. -
-
Uses of SoAutoThresholdingQuantification.RangeModes in com.openinventor.imageviz.engines.imageanalysis.statistics
Fields in com.openinventor.imageviz.engines.imageanalysis.statistics with type parameters of type SoAutoThresholdingQuantification.RangeModes Modifier and Type Field Description SoSFEnum<SoAutoThresholdingQuantification.RangeModes>
SoAutoThresholdingQuantification. rangeMode
The input intensity range.Methods in com.openinventor.imageviz.engines.imageanalysis.statistics that return SoAutoThresholdingQuantification.RangeModes Modifier and Type Method Description static SoAutoThresholdingQuantification.RangeModes
SoAutoThresholdingQuantification.RangeModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoAutoThresholdingQuantification.RangeModes
SoAutoThresholdingQuantification.RangeModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoAutoThresholdingQuantification.RangeModes[]
SoAutoThresholdingQuantification.RangeModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-