Uses of Class
boofcv.factory.shape.ConfigEllipseDetector
-
Uses of ConfigEllipseDetector in boofcv.abst.fiducial.calib
-
Uses of ConfigEllipseDetector in boofcv.factory.shape
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
BinaryEllipseDetector<T>FactoryShapeDetector.ellipse
(@Nullable ConfigEllipseDetector config, Class<T> imageType) Creates an ellipse detector which will detect all ellipses in the image initially using a binary image and then refine the estimate using a subpixel algorithm in the gray scale image.ConfigEllipseDetector.setTo
(ConfigEllipseDetector src)