Class PixelDifferenceImpl<T,​V>

  • All Implemented Interfaces:
    ObjectDifference<T,​V,​JavaPoint2D>

    public class PixelDifferenceImpl<T,​V>
    extends Object
    implements ObjectDifference<T,​V,​JavaPoint2D>
    Calculates difference of two objects using their pixel coordinate information. Will find pixels, which don't overlap, and return them.
    Since:
    1.0
    Author:
    Christoph Praschl, Andreas Pointner