Uses of Class
boofcv.alg.shapes.polygon.DetectPolygonBinaryGrayRefine
Packages that use DetectPolygonBinaryGrayRefine
Package
Description
-
Uses of DetectPolygonBinaryGrayRefine in boofcv.abst.fiducial
Methods in boofcv.abst.fiducial that return DetectPolygonBinaryGrayRefineModifier and TypeMethodDescriptionMicroQrCodePreciseDetector.getSquareDetector()
QrCodePreciseDetector.getSquareDetector()
Constructors in boofcv.abst.fiducial with parameters of type DetectPolygonBinaryGrayRefineModifierConstructorDescriptionAztecCodePreciseDetector
(InputToBinary<T> inputToBinary, DetectPolygonBinaryGrayRefine<T> squareDetector, Class<T> imageType) -
Uses of DetectPolygonBinaryGrayRefine in boofcv.alg.fiducial.aztec
Constructors in boofcv.alg.fiducial.aztec with parameters of type DetectPolygonBinaryGrayRefineModifierConstructorDescriptionAztecFinderPatternDetector
(DetectPolygonBinaryGrayRefine<T> squareDetector) Configures the detector -
Uses of DetectPolygonBinaryGrayRefine in boofcv.alg.fiducial.calib.chess
Constructors in boofcv.alg.fiducial.calib.chess with parameters of type DetectPolygonBinaryGrayRefineModifierConstructorDescriptionDetectChessboardBinaryPattern
(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
Methods in boofcv.alg.fiducial.calib.grid that return DetectPolygonBinaryGrayRefineConstructors in boofcv.alg.fiducial.calib.grid with parameters of type DetectPolygonBinaryGrayRefineModifierConstructorDescriptionDetectSquareGridFiducial
(int numRows, int numCols, double spaceToSquareRatio, InputToBinary<T> inputToBinary, DetectPolygonBinaryGrayRefine<T> detectorSquare) COnfigures the detector -
Uses of DetectPolygonBinaryGrayRefine in boofcv.alg.fiducial.qrcode
Fields in boofcv.alg.fiducial.qrcode declared as DetectPolygonBinaryGrayRefineModifier and TypeFieldDescriptionprotected DetectPolygonBinaryGrayRefine<T>
SquareLocatorPatternDetectorBase.squareDetector
Used to detect black squaresConstructors in boofcv.alg.fiducial.qrcode with parameters of type DetectPolygonBinaryGrayRefineModifierConstructorDescriptionQrCodePositionPatternDetector
(DetectPolygonBinaryGrayRefine<T> squareDetector) Configures the detectorprotected
SquareLocatorPatternDetectorBase
(DetectPolygonBinaryGrayRefine<T> squareDetector) Configures the detector -
Uses of DetectPolygonBinaryGrayRefine in boofcv.alg.fiducial.square
Constructors in boofcv.alg.fiducial.square with parameters of type DetectPolygonBinaryGrayRefineModifierConstructorDescriptionprotected
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
Methods in boofcv.factory.shape that return DetectPolygonBinaryGrayRefineModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
DetectPolygonBinaryGrayRefine<T>FactoryShapeDetector.polygon
(@Nullable ConfigPolygonDetector config, Class<T> imageType) Creates a polygon detector.