Statistics
| Revision:

gvsig-raster / org.gvsig.raster / branches / org.gvsig.raster.2.4 / org.gvsig.raster / org.gvsig.raster.lib / org.gvsig.raster.lib.buffer / org.gvsig.raster.lib.buffer.impl / src / main / java / org / gvsig / raster / lib / buffer / impl / statistics / DefaultStatisticsBand.java @ 8800

History | View | Annotate | Download (8.49 KB)

# Date Author Comment
8579 01/09/2018 10:32 AM Francisco Díaz Carsí

Fixed the calculation of statistics for Byte data types and its tests.

8572 12/27/2017 06:02 PM Francisco Díaz Carsí

Fixed Statistics for Byte and Unsigned Short datatypes and
implemented Brightness, CMYKToRGB, ColorBalanceCMY, ColorBalanceHSL, ColorBalanceRGB, Contrast, Grayscale, HSLToRGB, RGBToCMYK, RGBToHSL, Median, Mode and TailTrim operations.

6701 04/12/2017 02:19 PM Francisco Díaz Carsí

Reestructuración de la parte de swing de raster.

5538 05/25/2016 01:23 PM Francisco Díaz Carsí

Se ha eliminado el que las estadísticas observen a los buffer (y las estadísticsBand a las bandas) y se modifiquen en consecuencia. Las estadísticas quedan como una foto fija, cuando un buffer cambia simplemente elimina la instancia que tiene de las estadísticas.

5535 05/25/2016 10:53 AM Francisco Díaz Carsí

Added BufferNotification and BandNotification, StatisticsBandNotification.

5534 05/24/2016 05:23 PM Francisco Díaz Carsí

Fixed TailTrim

5533 05/24/2016 05:12 PM Francisco Díaz Carsí

Fixed calculus of covariance and fixed tests of covariance and tailTrim.

5523 05/20/2016 12:22 PM Francisco Díaz Carsí

Disregarded NoData values in Statistics & fixed the calculation of covariance.

5515 05/20/2016 08:51 AM Francisco Díaz Carsí

Introducing paginated band manager.

5493 05/19/2016 10:10 AM Francisco Díaz Carsí

Added tail trim calculation to histogram and statistics

5486 05/18/2016 05:36 PM Francisco Díaz Carsí

Statistics fixed median, implemented covariance.

5482 05/18/2016 02:57 PM Francisco Díaz Carsí

Statistics & Histogram

5456 05/18/2016 08:29 AM Daniel Martinez

Statistics Begins