Uses of Class
adams.data.image.features.Histogram.HistogramType
-
Packages that use Histogram.HistogramType Package Description adams.data.image.features -
-
Uses of Histogram.HistogramType in adams.data.image.features
Fields in adams.data.image.features declared as Histogram.HistogramType Modifier and Type Field Description protected Histogram.HistogramType
Histogram. m_HistogramType
the type of histogram to generate.Methods in adams.data.image.features that return Histogram.HistogramType Modifier and Type Method Description Histogram.HistogramType
Histogram. getHistogramType()
Returns the type of histogram to generate.Histogram.HistogramType
Histogram.HistogramType. parse(String s)
Parses the given string and returns the associated enum.static Histogram.HistogramType
Histogram.HistogramType. valueOf(AbstractOption option, String str)
Returns an enum generated from the string.static Histogram.HistogramType
Histogram.HistogramType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Histogram.HistogramType[]
Histogram.HistogramType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.image.features with parameters of type Histogram.HistogramType Modifier and Type Method Description void
Histogram. setHistogramType(Histogram.HistogramType value)
Sets the type of histogram to generate.
-