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.api / src / main / java / org / gvsig / raster / lib / buffer / api / statistics / HistogramBand.java @ 8781

History | View | Annotate | Download (3.99 KB)

# Date Author Comment
8582 01/10/2018 02:42 PM Francisco Díaz Carsí

Fixed getFrequencies method and deleted getAccumulateHistogramValue & getReverseAccumulateHistogramValue methods in HistogramBand.
Properly used getFrequencies method in EqualizationOperation.

8577 01/08/2018 01:46 PM Francisco Díaz Carsí

Añadidos dos métodos a HistogramBand para obtener el valor acumulado tanto del histograma normal como del histograma invertido.

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.

5502 05/19/2016 11:53 AM Lluís Marqués

Fix javadoc

5501 05/19/2016 11:49 AM Lluís Marqués

Fix javadoc and format code

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

Added tail trim calculation to histogram and statistics

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

Statistics & Histogram

5473 05/18/2016 12:17 PM Daniel Martinez

Histogram Band development. Lacks a proper constructor

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

Statistics Begins

5441 05/16/2016 09:29 AM Francisco Díaz Carsí

refs #19194 raster api