Uses of Class
boofcv.alg.shapes.ellipse.BinaryEllipseDetector.EllipseInfo
Packages that use BinaryEllipseDetector.EllipseInfo
-
Uses of BinaryEllipseDetector.EllipseInfo in boofcv.alg.fiducial.calib.circle
Method parameters in boofcv.alg.fiducial.calib.circle with type arguments of type BinaryEllipseDetector.EllipseInfoModifier and TypeMethodDescriptionvoid
EllipsesIntoClusters.process
(List<BinaryEllipseDetector.EllipseInfo> ellipses, List<List<EllipsesIntoClusters.Node>> output) Processes the ellipses and creates clusters. -
Uses of BinaryEllipseDetector.EllipseInfo in boofcv.alg.shapes.ellipse
Methods in boofcv.alg.shapes.ellipse that return types with arguments of type BinaryEllipseDetector.EllipseInfoModifier and TypeMethodDescriptionBinaryEllipseDetector.getFound()
Returns all the found ellipses in the input image.