Package boofcv.abst.fiducial
package boofcv.abst.fiducial
-
ClassDescriptionAztecCodeDetector<T extends ImageGray<T>>High level interface for reading Aztec Code fiducial markers from gray scale imagesAztecCodePreciseDetector<T extends ImageGray<T>>An Aztec Code detector which is designed to detect finder pattern corners to a high degree of precision.CalibrationFiducialDetector<T extends ImageGray<T>>Wrapper which allows a calibration target to be used like a fiducial for pose estimation.ECoCheck_to_FiducialDetector<T extends ImageGray<T>>Wrapper around
ECoCheckDetector
forFiducialDetector
.FiducialDetector<T extends ImageBase<T>>Interface for detecting fiducial markers and their location in the image.FiducialDetectorPnP<T extends ImageBase<T>>Provides everything you need to convert a image based fiducial detector into one which can estimate the fiducial's pose given control points.Results from fiducial stability computation.FiducialTracker<T extends ImageBase<T>>Extension ofFiducialDetector
which allows for trackers.Computes the stability for a fiducial using 4 synthetic corners that are position based on the fiducial's width and height given the current estimated marker to camera transform.MicroQrCodeDetector<T extends ImageGray<T>>High level interface for reading Micro QR Codes from gray scale imagesMicroQrCodeDetectorPnP<T extends ImageGray<T>>Wrapper aroundMicroQrCodeDetector
which allows the 3D pose of a Micro QR Code to be detected usingFiducialDetectorPnP
.MicroQrCodePreciseDetector<T extends ImageGray<T>>A Micro QR-Code detector which is designed to find the location of corners in the finder pattern precisely.QrCodeDetector<T extends ImageGray<T>>High level interface for reading QR Codes from gray scale imagesQrCodeDetectorPnP<T extends ImageGray<T>>Wrapper aroundQrCodeDetector
which allows the 3D pose of a QR Code to be detected usingFiducialDetectorPnP
.QrCodePreciseDetector<T extends ImageGray<T>>A QR-Code detector which is designed to find the location of corners in the finder pattern precisely.Wrapper aroundBaseDetectFiducialSquare
forFiducialDetector
SquareBinary_to_FiducialDetector<T extends ImageGray<T>>Wrapper aroundDetectFiducialSquareBinary
forFiducialDetector
SquareHamming_to_FiducialDetector<T extends ImageGray<T>>Wrapper aroundDetectFiducialSquareHamming
forFiducialDetector
SquareImage_to_FiducialDetector<T extends ImageGray<T>>Wrapper aroundDetectFiducialSquareImage
forFiducialDetector
Uchiya_to_FiducialDetector<T extends ImageGray<T>>Wrapper aroundUchiyaMarkerTracker
forFiducialDetector
.