|
Scanbot SDK
|
Go to the source code of this file.
Typedefs | |
| typedef struct scanbotsdk_vin_scanner_t | scanbotsdk_vin_scanner_t |
| scanbotsdk_vin_scanner_t class | |
Functions | |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_vin_scanner_create (scanbotsdk_vin_scanner_configuration_t *configuration, scanbotsdk_vin_scanner_t **result) |
| Creates a new instance of scanbotsdk_vin_scanner with given params and stores it in the location specified by the last argument. | |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_vin_scanner_free (scanbotsdk_vin_scanner_t *self) |
| Frees the memory allocated for the instance of scanbotsdk_vin_scanner_t. If null is passed, the function does nothing. | |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_vin_scanner_run (scanbotsdk_vin_scanner_t *self, scanbotsdk_image_t *image, scanbotsdk_vin_scanner_result_t **result) |
| Recognize VIN in the given image. | |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_vin_scanner_clean_recognition_queue (scanbotsdk_vin_scanner_t *self) |
| Clean the queue of recognized VIN. | |