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