public interface StatsValues
Modifier and Type | Method and Description |
---|---|
double |
getMax()
Get the maximun value
|
double |
getMaxRGB()
Get the maximun value in a eight bits band.
|
double |
getMean()
Get the mean value in this band
|
double |
getMin()
Get the minimun value
|
double |
getMinRGB()
Get the minimun value in a eight bits band.
|
double |
getSecondMax()
Get the second maximun value
|
double |
getSecondMaxRGB()
Get the second maximun value in a eight bits band.
|
double |
getSecondMin()
Get the second minimun value
|
double |
getSecondMinRGB()
Get the second minimun value in a eight bits band.
|
void |
setMax(double max)
Set the maximun value
|
void |
setMaxRGB(double maxRGB)
Set the maximun value in a eight bits band.
|
void |
setMean(double mean)
Get the mean value in this band
|
void |
setMin(double min)
Set the minimun value
|
void |
setMinRGB(double minRGB)
Set the minimun value in a eight bits band.
|
void |
setSecondMax(double secondMax)
Set the second maximun value
|
void |
setSecondMaxRGB(double secondMaxRGB)
Set the second maximun value in a eight bits band.
|
void |
setSecondMin(double secondMin)
Set the second minimun value
|
void |
setSecondMinRGB(double secondMinRGB)
Set the second minimun value in a eight bits band.
|
double getMax()
void setMax(double max)
max
- double getMin()
void setMin(double min)
max
- double getSecondMax()
void setSecondMax(double secondMax)
max
- double getSecondMin()
void setSecondMin(double secondMin)
max
- double getMaxRGB()
void setMaxRGB(double maxRGB)
double getMinRGB()
void setMinRGB(double minRGB)
minRGB
- double getSecondMaxRGB()
void setSecondMaxRGB(double secondMaxRGB)
double getSecondMinRGB()
void setSecondMinRGB(double secondMinRGB)
minRGB
- double getMean()
void setMean(double mean)
mean
-