Package boofcv.alg.shapes.ellipse
-
Class Summary Class Description BinaryEllipseDetector<T extends ImageGray<T>> Detects ellipses inside gray scale images.BinaryEllipseDetector.EllipseInfo BinaryEllipseDetectorPixel Detects ellipses inside a binary image by finding their contour and fitting an ellipse to the contour.BinaryEllipseDetectorPixel.Found EdgeIntensityEllipse<T extends ImageGray<T>> Computes the edge intensity along the an ellipse.SnapToEllipseEdge<T extends ImageGray<T>> Refines an initial estimate of an elipse using a subpixel contour technique.