Uses of Package
jaitools.numeric

Packages that use jaitools.numeric
jaitools.media.jai.kernelstats Calculates a range of statistics for pixel neighbourhoods defined by a JAI Kernel 
jaitools.media.jai.rangelookup Extends JAI's standard Lookup operator by allowing ranges of values to be handled 
jaitools.media.jai.zonalstats Calculates summary statistics, optionally within zones defined by a zone image, for values in a data image 
jaitools.numeric Classes providing a range of numeric functions including summary statistics, defining and comparing ranges (intervals), and compiling histogram data. 
 

Classes in jaitools.numeric used by jaitools.media.jai.kernelstats
Statistic
          Constants for the statistics supported by the SampleStats and StreamingSampleStats classes.
 

Classes in jaitools.numeric used by jaitools.media.jai.rangelookup
Range
          Yet another numeric interval class.
 

Classes in jaitools.numeric used by jaitools.media.jai.zonalstats
Range
          Yet another numeric interval class.
Range.Type
          Constants to specify whether a Range parameter defines included or excluded values.
Statistic
          Constants for the statistics supported by the SampleStats and StreamingSampleStats classes.
StreamingSampleStats
          A class to calculate summary statistics for a sample of Double-valued buffers that is received as a (potentially long) stream of values rather than in a single batch.
 

Classes in jaitools.numeric used by jaitools.numeric
AbstractProcessor
          Abstract base class for statistics processors used with StreamingSampleStats.
NumberOperations.ClassInfo
          Information about the Number classes supported including their rank in terms of numeric precision.
Processor
          Defines methods that must be implemented by statistics processors working with StreamingSampleStats.
Range
          Yet another numeric interval class.
Range.Type
          Constants to specify whether a Range parameter defines included or excluded values.
RangeComparator.Result
          Constants defining the names, notation and descriptions for the 18 different possible interval comparisons as described by: Brian Hayes (2003) A lucid interval.
Statistic
          Constants for the statistics supported by the SampleStats and StreamingSampleStats classes.
 



Copyright © 2009-2011. All Rights Reserved.