Package boofcv.alg.shapes.ellipse
Class BinaryEllipseDetector.EllipseInfo
java.lang.Object
boofcv.alg.shapes.ellipse.BinaryEllipseDetector.EllipseInfo
- Enclosing class:
- BinaryEllipseDetector<T extends ImageGray<T>>
-
Field Summary
Modifier and TypeFieldDescriptiondouble
Average pixel intensity along the inside of the fitted ellipsedouble
Average pixel intensity along the outside of the fitted ellipse -
Constructor Summary
-
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()
-