Class Summary |
ComplexStatsOpImage |
The ComplexStatsOpImage class performs various comples statistics operations on an image. |
Extrema |
This subclass of Statistics is used for calculating the maximum and minimum of an image. |
HistogramMode |
This subclass of Statistics is used for calculating the Histogram or the Mode of an image. |
Max |
This subclass of Statistics is used for calculating the maximum of an image. |
MeanSum |
This subclass of Statistics is used for calculating the mean or the sum of an image. |
Median |
This subclass of Statistics is used for calculating the median of an image. |
Min |
This subclass of Statistics is used for calculating the minimum of an image. |
SimpleStatsOpImage |
The SimpleStatsOpImage class performs various simple statistics operations on an image. |
Statistics |
This abstract class is used for containing some of the possible statistical operators used by the StatisticsOpImage class. |
StatisticsDescriptor |
An OperationDescriptor describing various "Statistical" operation supporting ROI and NoData. |
StatisticsOpImage |
This abstract class is used for defining the common methods for calculating image statistics. |
StatisticsRIF |
Simple class that provides the RenderedImage create operation by calling a subclass of the StatisticsOpImage . |
StatsFactory |
This factory class is used for creating all the possible Statistics subclasses. |
VarianceStd |
This subclass of Statistics is used for calculating the variance or the standard deviation of an image. |