public interface QrCodeDetector<T extends boofcv.struct.image.ImageGray<T>>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<QrCode> |
getDetections()
List of detected markers
|
java.util.List<QrCode> |
getFailures()
List of likely markers that were rejected.
|
java.lang.Class<T> |
getImageType()
Type of image it can process
|
void |
process(T image)
Processes the image and searches for markers
|
void process(T image)
image - The image being processedjava.util.List<QrCode> getDetections()
process(T)java.util.List<QrCode> getFailures()
process(T)java.lang.Class<T> getImageType()