Uses of Class
boofcv.alg.shapes.polygon.DetectPolygonBinaryGrayRefine
Package
Description
-
Uses of DetectPolygonBinaryGrayRefine in boofcv.abst.fiducial
Modifier and TypeMethodDescriptionMicroQrCodePreciseDetector.getSquareDetector()
QrCodePreciseDetector.getSquareDetector()
ModifierConstructorDescriptionAztecCodePreciseDetector
(InputToBinary<T> inputToBinary, DetectPolygonBinaryGrayRefine<T> squareDetector, Class<T> imageType) -
Uses of DetectPolygonBinaryGrayRefine in boofcv.alg.fiducial.aztec
ModifierConstructorDescriptionAztecFinderPatternDetector
(DetectPolygonBinaryGrayRefine<T> squareDetector) Configures the detector -
Uses of DetectPolygonBinaryGrayRefine in boofcv.alg.fiducial.calib.chess
ModifierConstructorDescriptionDetectChessboardBinaryPattern
(int numRows, int numCols, ConfigLength maxCornerDistance, DetectPolygonBinaryGrayRefine<T> detectorSquare, InputToBinary<T> inputToBinary) Configures detection parametersDetectChessboardSquarePoints
(int numRows, int numCols, ConfigLength maxCornerDistance, DetectPolygonBinaryGrayRefine<T> detectorSquare) Configures chess board detector. -
Uses of DetectPolygonBinaryGrayRefine in boofcv.alg.fiducial.calib.grid
ModifierConstructorDescriptionDetectSquareGridFiducial
(int numRows, int numCols, double spaceToSquareRatio, InputToBinary<T> inputToBinary, DetectPolygonBinaryGrayRefine<T> detectorSquare) COnfigures the detector -
Uses of DetectPolygonBinaryGrayRefine in boofcv.alg.fiducial.qrcode
Modifier and TypeFieldDescriptionprotected DetectPolygonBinaryGrayRefine<T>
SquareLocatorPatternDetectorBase.squareDetector
Used to detect black squaresModifierConstructorDescriptionQrCodePositionPatternDetector
(DetectPolygonBinaryGrayRefine<T> squareDetector) Configures the detectorprotected
SquareLocatorPatternDetectorBase
(DetectPolygonBinaryGrayRefine<T> squareDetector) Configures the detector -
Uses of DetectPolygonBinaryGrayRefine in boofcv.alg.fiducial.square
ModifierConstructorDescriptionprotected
BaseDetectFiducialSquare
(InputToBinary<T> inputToBinary, DetectPolygonBinaryGrayRefine<T> squareDetector, boolean binaryCopy, double borderWidthFraction, double minimumBorderBlackFraction, int squarePixels, Class<T> inputType) Configures the detector.DetectFiducialSquareBinary
(int gridWidth, double borderWidthFraction, double minimumBlackBorderFraction, InputToBinary<T> inputToBinary, DetectPolygonBinaryGrayRefine<T> quadDetector, Class<T> inputType) Configures the fiducial detectorDetectFiducialSquareHamming
(ConfigHammingMarker description, double minimumBlackBorderFraction, InputToBinary<T> inputToBinary, DetectPolygonBinaryGrayRefine<T> quadDetector, Class<T> inputType) Configures the fiducial detectorDetectFiducialSquareImage
(InputToBinary<T> inputToBinary, DetectPolygonBinaryGrayRefine<T> quadDetector, double borderWidthFraction, double minimumBlackBorderFraction, double matchThreshold, Class<T> inputType) Configures the fiducial detector -
Uses of DetectPolygonBinaryGrayRefine in boofcv.factory.shape
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
DetectPolygonBinaryGrayRefine<T>FactoryShapeDetector.polygon
(@Nullable ConfigPolygonDetector config, Class<T> imageType) Creates a polygon detector.