Uses of Package
core.image

Packages that use core.image
core.dflic This package contains classes which create and evolve the individual FLIC images making up a movie of a given experiment. 
core.image This package creates and evolves the individual FLIC images making up a movie of a given experiment. 
core.io This package creates and handles various input/output functions for the final images that are created, as well as the window used to display those images in real time to the user as the DFLIC images are produced. 
core.rendering This package handles all the code that draws and evolves the DLIC and the experiment. 
 

Classes in core.image used by core.dflic
AccumImage
          Stores a monochrome float image with alpha = < width, height, float-buffer, alpha-buffer, minalpha, coverage >.
ScalarImage
          Stores a monochrome image of floats = < width, height, float-buffer >.
 

Classes in core.image used by core.image
AccumImage
          Stores a monochrome float image with alpha = < width, height, float-buffer, alpha-buffer, minalpha, coverage >.
RGBImage
          Stores an RGB image = < width, height, red-buffer, green-buffer, blue-buffer > An RGBImage stores a rectangular, color image in RGB format.
ScalarImage
          Stores a monochrome image of floats = < width, height, float-buffer >.
 

Classes in core.image used by core.io
RGBImage
          Stores an RGB image = < width, height, red-buffer, green-buffer, blue-buffer > An RGBImage stores a rectangular, color image in RGB format.
 

Classes in core.image used by core.rendering
AccumImage
          Stores a monochrome float image with alpha = < width, height, float-buffer, alpha-buffer, minalpha, coverage >.
RGBImage
          Stores an RGB image = < width, height, red-buffer, green-buffer, blue-buffer > An RGBImage stores a rectangular, color image in RGB format.