Uses of Class
com.openinventor.imageviz.engines.imageanalysis.statistics.SoIntensityStatisticsQuantification.RangeModes
-
Packages that use SoIntensityStatisticsQuantification.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 SoIntensityStatisticsQuantification.RangeModes in com.openinventor.imageviz.engines.imageanalysis.statistics
Fields in com.openinventor.imageviz.engines.imageanalysis.statistics with type parameters of type SoIntensityStatisticsQuantification.RangeModes Modifier and Type Field Description SoSFEnum<SoIntensityStatisticsQuantification.RangeModes>SoIntensityStatisticsQuantification. rangeModeSelect the input intensity range mode.Methods in com.openinventor.imageviz.engines.imageanalysis.statistics that return SoIntensityStatisticsQuantification.RangeModes Modifier and Type Method Description static SoIntensityStatisticsQuantification.RangeModesSoIntensityStatisticsQuantification.RangeModes. valueOf(int val)Returns the enum constant of this type with the specified integer valuestatic SoIntensityStatisticsQuantification.RangeModesSoIntensityStatisticsQuantification.RangeModes. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SoIntensityStatisticsQuantification.RangeModes[]SoIntensityStatisticsQuantification.RangeModes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-