Class ObjectWithEllipse
Object
ObjectWithEllipse
A pair containing an
ObjectMask and its corresponding best-fit Ellipse.-
Constructor Summary
ConstructorsConstructorDescriptionObjectWithEllipse(ObjectMask object, Ellipse mark) Creates a newObjectWithEllipseinstance. -
Method Summary
-
Constructor Details
-
ObjectWithEllipse
public ObjectWithEllipse(ObjectMask object, Ellipse mark) Creates a newObjectWithEllipseinstance.- Parameters:
object- The object mask.mark- The best-fit ellipse for the object.
-
-
Method Details
-
getObject
public ObjectMask getObject()The object mask. -
getMark
public Ellipse getMark()The best-fit ellipse for the object. -
equals
-
hashCode
-
toString
-