Class Feret

java.lang.Object
com.xinapse.multisliceimage.roi.Feret

public class Feret extends Object
A Class describing the minimum and maximum Feret's diameter.
  • Method Details

    • getMin

      public double getMin()
      Returns the minimum Feret's diameter.
      Returns:
      the minimum Feret's diameter.
    • getMax

      public double getMax()
      Returns the maximum Feret's diameter.
      Returns:
      the maximum Feret's diameter.
    • toString

      public String toString()
      Returns a String describing the minimum and maximum Feret's diameter.
      Overrides:
      toString in class Object
      Returns:
      a String describing the minimum and maximum Feret's diameter.