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

Extend image filled pixels with a repetition of the image.

For example if on a one channel image we obtain ;

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


@author Humbert Florent
@author Johann Sorel


Variables : -
Functions : ExtrapolatorWrap, evaluateOutside



public void ExtrapolatorWrap ()

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