Uses of Class
boofcv.alg.shapes.ellipse.BinaryEllipseDetector
-
Uses of BinaryEllipseDetector in boofcv.alg.fiducial.calib.circle
Modifier and TypeFieldDescriptionprotected BinaryEllipseDetector<T>
DetectCircleGrid.ellipseDetector
ModifierConstructorDescriptionprotected
DetectCircleGrid
(int numRows, int numCols, InputToBinary<T> inputToBinary, BinaryEllipseDetector<T> ellipseDetector, EllipsesIntoClusters clustering, EllipseClustersIntoGrid grider) Creates and configures the detectorDetectCircleHexagonalGrid
(int numRows, int numCols, InputToBinary<T> inputToBinary, BinaryEllipseDetector<T> ellipseDetector, EllipsesIntoClusters clustering) Creates and configures the detectorDetectCircleRegularGrid
(int numRows, int numCols, InputToBinary<T> inputToBinary, BinaryEllipseDetector<T> ellipseDetector, EllipsesIntoClusters clustering) Creates and configures the detector -
Uses of BinaryEllipseDetector 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.