Package boofcv.alg.shapes.ellipse
package boofcv.alg.shapes.ellipse
-
ClassDescriptionBinaryEllipseDetector<T extends ImageGray<T>>Detects ellipses inside gray scale images.Detects ellipses inside a binary image by finding their contour and fitting an ellipse to the contour.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.