public interface DCScanner
| Modifier and Type | Method and Description |
|---|---|
DisabilityCertificateRecognizerResultInfo |
recognizeDC(byte[] nv21,
int width,
int height,
int orientation)
Performs DC data recognition on the NV21 format image
|
DisabilityCertificateRecognizerResultInfo |
recognizeDCBGR(byte[] bgr,
int width,
int height,
int orientation)
Performs DC data recognition on the BGR format image
|
DisabilityCertificateRecognizerResultInfo recognizeDC(byte[] nv21,
int width,
int height,
int orientation)
nv21 - width - height - orientation - DisabilityCertificateRecognizerResultInfo recognizeDCBGR(byte[] bgr,
int width,
int height,
int orientation)
bgr - width - height - orientation -