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

Extend image filled pixels with closest pixel value.

For example if on a one channel image we obtain ;

a a a b c c c
a a a b c c c
a b c a a a b c c c
d e f ===>d d d e f f f
g h i g g g h i i i
g g g h i i i
g g g h i i i


@author Humbert Florent
@author Johann Sorel


Variables : -
Functions : ExtrapolatorCopy, evaluateOutside



public void ExtrapolatorCopy ()

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