Class ObjectWithEllipse

Object
org.anchoranalysis.plugin.points.calculate.ellipse.ObjectWithEllipse

public final class ObjectWithEllipse
extends Object
A pair containing an ObjectMask and its corresponding best-fit Ellipse.
  • Constructor Summary

    Constructors 
    Constructor Description
    ObjectWithEllipse​(org.anchoranalysis.image.voxel.object.ObjectMask object, org.anchoranalysis.mpp.mark.conic.Ellipse mark)  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(Object o)  
    org.anchoranalysis.mpp.mark.conic.Ellipse getMark()
    The best-fit ellipse for the object.
    org.anchoranalysis.image.voxel.object.ObjectMask getObject()
    The object mask.
    int hashCode()  
    String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ObjectWithEllipse

      public ObjectWithEllipse​(org.anchoranalysis.image.voxel.object.ObjectMask object, org.anchoranalysis.mpp.mark.conic.Ellipse mark)
  • Method Details