Uses of Class
org.jaitools.numeric.StreamingSampleStats

Packages that use StreamingSampleStats
org.jaitools.media.jai.zonalstats Calculates summary statistics for values in a data image, optionally within zones defined by an integer zone image 
 

Uses of StreamingSampleStats in org.jaitools.media.jai.zonalstats
 

Methods in org.jaitools.media.jai.zonalstats that return StreamingSampleStats
protected  StreamingSampleStats ZonalStatsOpImage.setupZoneStats(Map<Integer,StreamingSampleStats> resultsPerBand, Integer zone)
          Called by ZonalStatsOpImage.compileZonalStatistics() to lazily create a StreamingSampleStats object for each zone as it is encountered in the zone image.
 

Method parameters in org.jaitools.media.jai.zonalstats with type arguments of type StreamingSampleStats
protected  StreamingSampleStats ZonalStatsOpImage.setupZoneStats(Map<Integer,StreamingSampleStats> resultsPerBand, Integer zone)
          Called by ZonalStatsOpImage.compileZonalStatistics() to lazily create a StreamingSampleStats object for each zone as it is encountered in the zone image.
 



Copyright © 2009-2012. All Rights Reserved.