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