| Interface | Description |
|---|---|
| FiducialDetector<T extends boofcv.struct.image.ImageBase<T>> |
Interface for detecting fiducial markers and their location in the image.
|
| QrCodeDetector<T extends boofcv.struct.image.ImageGray<T>> |
High level interface for reading QR Codes from gray scale images
|
| Class | Description |
|---|---|
| CalibrationFiducialDetector<T extends boofcv.struct.image.ImageGray<T>> |
Wrapper which allows a calibration target to be used like a fiducial for pose estimation.
|
| FiducialDetectorPnP<T extends boofcv.struct.image.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.
|
| FiducialStability |
Results from fiducial stability computation.
|
| QrCodePreciseDetector<T extends boofcv.struct.image.ImageGray<T>> |
A QR-Code detector which is designed to find the location of corners in the finder pattern precisely.
|
| SquareBase_to_FiducialDetector<T extends boofcv.struct.image.ImageGray<T>,Detector extends BaseDetectFiducialSquare<T>> |
Wrapper around
BaseDetectFiducialSquare for FiducialDetector |
| SquareBinary_to_FiducialDetector<T extends boofcv.struct.image.ImageGray<T>> |
Wrapper around
DetectFiducialSquareBinary for FiducialDetector |
| SquareImage_to_FiducialDetector<T extends boofcv.struct.image.ImageGray<T>> |
Wrapper around
DetectFiducialSquareImage for FiducialDetector |