Uses of Class
org.jaitools.media.jai.zonalstats.ZonalStats

Packages that use ZonalStats
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 ZonalStats in org.jaitools.media.jai.zonalstats
 

Methods in org.jaitools.media.jai.zonalstats that return ZonalStats
 ZonalStats ZonalStats.band(int b)
          Get the subset of results for the given band.
 ZonalStats ZonalStats.ranges(List<Range> ranges)
          Get the subset of results for the given Ranges.
 ZonalStats ZonalStats.statistic(Statistic s)
          Get the subset of results for the given Statistic.
 ZonalStats ZonalStats.zone(int z)
          Get the subset of results for the given zone.
 



Copyright © 2009-2015. All Rights Reserved.