Package com.xinapse.multisliceimage.roi
Class Feret
java.lang.Object
com.xinapse.multisliceimage.roi.Feret
A Class describing the minimum and maximum Feret's diameter.
-
Method Summary
-
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
Returns aString
describing the minimum and maximum Feret's diameter.
-