Uses of Class
adams.data.image.features.Pixels.PixelType
-
Packages that use Pixels.PixelType Package Description adams.data.image.features -
-
Uses of Pixels.PixelType in adams.data.image.features
Fields in adams.data.image.features declared as Pixels.PixelType Modifier and Type Field Description protected Pixels.PixelType
PixelClassifications. m_PixelType
how to output the pixels.protected Pixels.PixelType
Pixels. m_PixelType
how to output the pixels.Methods in adams.data.image.features that return Pixels.PixelType Modifier and Type Method Description Pixels.PixelType
PixelClassifications. getPixelType()
Returns the type of pixel to output.Pixels.PixelType
Pixels. getPixelType()
Returns the type of pixel to output.static Pixels.PixelType
Pixels.PixelType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Pixels.PixelType[]
Pixels.PixelType. 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 Pixels.PixelType Modifier and Type Method Description void
PixelClassifications. setPixelType(Pixels.PixelType value)
Sets the type of pixel to output.void
Pixels. setPixelType(Pixels.PixelType value)
Sets the type of pixel to output.
-