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
FieldsModifier and TypeFieldDescriptiondoubleAverage pixel intensity along the inside of the fitted ellipsedoubleAverage pixel intensity along the outside of the fitted ellipse -
Constructor Summary
Constructors -
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()
-