Uses of Class
com.openinventor.imageviz.engines.imageanalysis.statistics.SoAutoThresholdingQuantification.ThresholdCriterions
-
Packages that use SoAutoThresholdingQuantification.ThresholdCriterions 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.ThresholdCriterions in com.openinventor.imageviz.engines.imageanalysis.statistics
Fields in com.openinventor.imageviz.engines.imageanalysis.statistics with type parameters of type SoAutoThresholdingQuantification.ThresholdCriterions Modifier and Type Field Description SoSFEnum<SoAutoThresholdingQuantification.ThresholdCriterions>
SoAutoThresholdingQuantification. thresholdCriterion
The criterion to detect thresholds on histogram.Methods in com.openinventor.imageviz.engines.imageanalysis.statistics that return SoAutoThresholdingQuantification.ThresholdCriterions Modifier and Type Method Description static SoAutoThresholdingQuantification.ThresholdCriterions
SoAutoThresholdingQuantification.ThresholdCriterions. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoAutoThresholdingQuantification.ThresholdCriterions
SoAutoThresholdingQuantification.ThresholdCriterions. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoAutoThresholdingQuantification.ThresholdCriterions[]
SoAutoThresholdingQuantification.ThresholdCriterions. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-