Class PixelDifferenceImpl<T,V>
- java.lang.Object
-
- science.aist.imaging.core.objectprocessing.compare.impl.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
-
-
Constructor Summary
Constructors Constructor Description PixelDifferenceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<JavaPoint2D>
calculateDifference(RecognizedObject<T,V> object1, RecognizedObject<T,V> object2)
-
-
-
Method Detail
-
calculateDifference
public List<JavaPoint2D> calculateDifference(RecognizedObject<T,V> object1, RecognizedObject<T,V> object2)
- Specified by:
calculateDifference
in interfaceObjectDifference<T,V,JavaPoint2D>
-
-