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.PixelTypePixelClassifications. m_PixelTypehow to output the pixels.protected Pixels.PixelTypePixels. m_PixelTypehow to output the pixels.Methods in adams.data.image.features that return Pixels.PixelType Modifier and Type Method Description Pixels.PixelTypePixelClassifications. getPixelType()Returns the type of pixel to output.Pixels.PixelTypePixels. getPixelType()Returns the type of pixel to output.static Pixels.PixelTypePixels.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 voidPixelClassifications. setPixelType(Pixels.PixelType value)Sets the type of pixel to output.voidPixels. setPixelType(Pixels.PixelType value)Sets the type of pixel to output.
-