public interface Stretch
Modifier and Type | Method and Description |
---|---|
void |
applyRemoveEndsToStretchs(Statistics stats,
boolean rgb,
int band)
Aplica el eliminado de extremos.
|
void |
applyTrimToStretchs()
Aplica el recorte de colas sobre los extremos de los máximos y mínimos de entrada.
|
void |
calcLinearScaleAndOffset()
Calcula la escala y el desplazamiento teniendo en cuenta que
ya tenga todos los valores de entrada asignados.
|
int |
getFunctionType() |
double |
getMaxValue() |
double |
getMinValue() |
double[] |
getOffset() |
double[] |
getStretchIn() |
int[] |
getStretchOut() |
double |
getValueFunction() |
boolean |
hasTailTrim()
Consulta si tiene algún valor el recorte de colas
|
void |
setMaxMin(Statistics stats,
int band,
boolean rgb)
Asigna el máximo y el mínimo
|
void applyTrimToStretchs()
boolean hasTailTrim()
void calcLinearScaleAndOffset()
void setMaxMin(Statistics stats, int band, boolean rgb)
stats
- type
- band
- void applyRemoveEndsToStretchs(Statistics stats, boolean rgb, int band)
double[] getOffset()
double getMaxValue()
double getMinValue()
int getFunctionType()
double[] getStretchIn()
int[] getStretchOut()
double getValueFunction()