public interface HistogramComputer
Modifier and Type | Method and Description |
---|---|
BufferHistogram |
getBufferHistogram(int numberOfClasses)
Obtiene el histograma.
|
double |
getMaximum()
Obtiene el maximo valor de las estadisticas de un histograma.
|
double |
getMinimum()
Obtiene el minimo valor de las estadisticas de un histograma.
|
int |
getPercent()
Obtiene el porcentaje de progreso del proceso de calculo de histograma
|
void |
refreshHistogram()
Force to recalculate the histogram next time that the method getBufferHistogram
be called
|
void |
resetPercent()
Pone a cero el porcentaje de progreso del proceso de calculo de histograma
|
double getMinimum()
double getMaximum()
BufferHistogram getBufferHistogram(int numberOfClasses) throws HistogramException, ProcessInterruptedException
HistogramException
ProcessInterruptedException
void resetPercent()
int getPercent()
void refreshHistogram()