Class ConvolveFunction<T,​R>

  • All Implemented Interfaces:
    BiFunction<ImageWrapper<T>,​double[][],​ImageWrapper<R>>

    public class ConvolveFunction<T,​R>
    extends Object
    implements BiFunction<ImageWrapper<T>,​double[][],​ImageWrapper<R>>

    Applies a given kernel to the given image wrapper. kernel y-coordinate is the first array, and x the second. access via: kernel[y][x]

    Since:
    1.0
    Author:
    Andreas Pointner