Uses of Interface
net.sourceforge.jiu.data.GrayImage
Packages that use GrayImage
-
Uses of GrayImage in net.sourceforge.jiu.data
Subinterfaces of GrayImage in net.sourceforge.jiu.dataModifier and TypeInterfaceDescriptioninterface
An interface for bilevel pixel image data classes.interface
Interface for grayscale images using integer samples that are sixteen bits large.interface
Interface for grayscale images using integer samples that are eight bits large.interface
An empty interface for grayscale images which have integer values of up to 32 bits (int
or smaller) as samples.Classes in net.sourceforge.jiu.data that implement GrayImageModifier and TypeClassDescriptionclass
An implementation of theBilevelImage
interface that stores image data in abyte
array in memory.class
An implementation ofGray16Image
that keeps the complete image in memory.class
An implementation ofGray8Image
that keeps the complete image in memory.