Uses of Class
net.grelf.grip.AccumulatorBase

Packages that use AccumulatorBase
net.grelf.grip This package contains the Java classes which are specific to the image processing application GRIP.

GRIP is available as a free download from www.grelf.net - please always quote this URL in connection with GRIP.
Version: 11.11.3 
 

Uses of AccumulatorBase in net.grelf.grip
 

Subclasses of AccumulatorBase in net.grelf.grip
 class AccumulatorDouble
          For adding or averaging images, a data store with 64 bits per pixel per channel to prevent overflow.
 class AccumulatorInt
          For holding and processing images having 32 bits (integer) per pixel per channel.