Maven module :un.api : api-image :
Class : un.api.image.process.ExtrapolatorConstant
Extends/Implements : un.api.image.process.AbstractExtrapolator un.api.image.process.Extrapolator
Subclasses : -

Extend image filled pixels with a constant value.
For example if we add value 5 to a one channel image we obtain ;

5 5 5 5 5
3 3 3 5 3 3 3 5
3 3 3 ===> 5 3 3 3 5
3 3 3 5 3 3 3 5
5 5 5 5 5


@author Humbert Florent
@author Johann Sorel


Variables : -
Functions : ExtrapolatorConstant, evaluateOutside



public void ExtrapolatorConstant (double value)

public void evaluateOutside (int[] coordinate, double[] buffer)