Uses of Class
org.apache.commons.imaging.formats.tiff.TiffRasterStatistics
Packages that use TiffRasterStatistics
Package
Description
Provides classes and methods for reading and writing Tagged Image File Format (TIFF) files.
-
Uses of TiffRasterStatistics in org.apache.commons.imaging.formats.tiff
Methods in org.apache.commons.imaging.formats.tiff that return TiffRasterStatisticsModifier and TypeMethodDescriptionabstract TiffRasterStatistics
TiffRasterData.getSimpleStatistics()
Tabulates simple statistics for the raster and returns an instance containing general metadata.abstract TiffRasterStatistics
TiffRasterData.getSimpleStatistics
(float valueToExclude) Tabulates simple statistics for the raster excluding the specified value and returns an instance containing general metadata.TiffRasterDataFloat.getSimpleStatistics()
Tabulates simple statistics for the raster and returns an instance containing general metadata.TiffRasterDataFloat.getSimpleStatistics
(float valueToExclude) Tabulates simple statistics for the raster excluding the specified value and returns an instance containing general metadata.TiffRasterDataInt.getSimpleStatistics()
Tabulates simple statistics for the raster and returns an instance containing general metadata.TiffRasterDataInt.getSimpleStatistics
(float valueToExclude) Tabulates simple statistics for the raster excluding the specified value and returns an instance containing general metadata.