Uses of Interface
net.sourceforge.jiu.data.ShortChannelImage
-
Packages that use ShortChannelImage Package Description net.sourceforge.jiu.data -
-
Uses of ShortChannelImage in net.sourceforge.jiu.data
Subinterfaces of ShortChannelImage in net.sourceforge.jiu.data Modifier and Type Interface Description interfaceGray16ImageInterface for grayscale images using integer samples that are sixteen bits large.interfaceRGB48ImageAn empty interface for RGB truecolor images with integer samples that are each sixteen bits large (thus, 48 bits per pixel).Classes in net.sourceforge.jiu.data that implement ShortChannelImage Modifier and Type Class Description classMemoryGray16ImageAn implementation ofGray16Imagethat keeps the complete image in memory.classMemoryRGB48ImageA class to store 48 bit RGB truecolor images in memory.classMemoryShortChannelImageAn implementation ofShortChannelImagethat stores image channels asshort[]arrays in memory.
-