JIU 0.14.3

Uses of Interface
net.sourceforge.jiu.data.ShortChannelImage

Packages that use ShortChannelImage
net.sourceforge.jiu.data Provides classes to store images and data directly related to them. 
 

Uses of ShortChannelImage in net.sourceforge.jiu.data
 

Subinterfaces of ShortChannelImage in net.sourceforge.jiu.data
 interface Gray16Image
          Interface for grayscale images using integer samples that are sixteen bits large.
 interface RGB48Image
          An 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
 class MemoryGray16Image
          An implementation of Gray16Image that keeps the complete image in memory.
 class MemoryRGB48Image
          A class to store 48 bit RGB truecolor images in memory.
 class MemoryShortChannelImage
          An implementation of ShortChannelImage that stores image channels as short[] arrays in memory.
 


JIU 0.14.3

Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Marco Schmidt