Package boofcv.alg.shapes.ellipse
Class BinaryEllipseDetector.EllipseInfo
java.lang.Object
boofcv.alg.shapes.ellipse.BinaryEllipseDetector.EllipseInfo
- Enclosing class:
- BinaryEllipseDetector<T extends ImageGray<T>>
public static class BinaryEllipseDetector.EllipseInfo extends Object
-
Field Summary
Fields Modifier and Type Field Description double
averageInside
Average pixel intensity along the inside of the fitted ellipsedouble
averageOutside
Average pixel intensity along the outside of the fitted ellipseList<Point2D_I32>
contour
EllipseRotated_F64
ellipse
-
Constructor Summary
Constructors Constructor Description EllipseInfo()
-
Method Summary
-
Field Details
-
ellipse
-
contour
-
averageInside
public double averageInsideAverage pixel intensity along the inside of the fitted ellipse -
averageOutside
public double averageOutsideAverage pixel intensity along the outside of the fitted ellipse
-
-
Constructor Details
-
EllipseInfo
public EllipseInfo()
-