Class ValueTransformationFunction<P,​T>

  • All Implemented Interfaces:
    BiFunction<ImageWrapper<P>,​int[],​ImageWrapper<T>>

    public class ValueTransformationFunction<P,​T>
    extends Object
    implements BiFunction<ImageWrapper<P>,​int[],​ImageWrapper<T>>

    Allows to apply a transformation function to a given image. Please make sure, that every possible value of the image is set as an index of the transformation function. This wont be checked, and will lead to a exception otherwise!

    Since:
    1.0
    Author:
    Andreas Pointner