Package core.image

This package creates and evolves the individual FLIC images making up a movie of a given experiment.

See:
          Description

Class Summary
Accum2Image Stores a float image with alpha^2 = < width, height, float-buffer, alpha-buffer, minalpha, coverage >.
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 >.
 

Exception Summary
DomainException signals a domain exception
 

Package core.image Description

This package creates and evolves the individual FLIC images making up a movie of a given experiment. FLIC computes the Fast Line Integral Convolution at each step of the evolution of a given experiment. Streamline is used by FLIC to trace streamlines of the fields and compute equi-spaced sample points along them. DLIC computes the overall evolution of the random input field according to the velocity field specified by the animation of the experiment.

Copyright (c) 2007 Andreas Sundquist. Creative Commons License
This work is licensed under a Creative Commons Attribution 2.5 License. You must attribute any use of this code or derviatives thereof to Andreas Sundquist.

Related Documentation