Class OverlappingObject<T>
Object
OverlappingObject<T>
- Type Parameters:
T- original element-type that provided the object-mask representation.
An object-mask that is founded to overlap with another during labelling.
- Author:
- Owen Feehan
-
Constructor Summary
ConstructorsConstructorDescriptionOverlappingObject(T original, ObjectMask afterPreoperation) Creates a newOverlappingObjectinstance. -
Method Summary
-
Constructor Details
-
OverlappingObject
Creates a newOverlappingObjectinstance.- Parameters:
original- Original unscaled element before any operationsafterPreoperation- After pre-operation but before scaling
-
-
Method Details