|
Scanbot SDK
|
Typedefs | |
| typedef enum scanbotsdk_processing_mode_t | scanbotsdk_processing_mode_t |
| scanbotsdk_processing_mode_t enum | |
Enumerations | |
| enum | scanbotsdk_processing_mode_t { SCANBOTSDK_PROCESSING_MODE_LIVE = 0 , SCANBOTSDK_PROCESSING_MODE_SINGLE_SHOT = 1 , SCANBOTSDK_PROCESSING_MODE_AUTO = 2 } |
| scanbotsdk_processing_mode_t enum More... | |
Functions | |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_processing_mode_t_to_string (scanbotsdk_processing_mode_t value, const char **result) |
| Returns the string representation of the given scanbotsdk_processing_mode_t value. | |
| typedef enum scanbotsdk_processing_mode_t scanbotsdk_processing_mode_t |
scanbotsdk_processing_mode_t enum
Scanners typically can produce better results from a single image if they are allowed to spend a longer time analyzing it. On the other hand, scanners can produce even better results if they can analyze multiple images of the same subject and cross-check and combine the results. The processing mode tells the scanner whether to optimize for single or multiple images of a subject.
scanbotsdk_processing_mode_t enum
Scanners typically can produce better results from a single image if they are allowed to spend a longer time analyzing it. On the other hand, scanners can produce even better results if they can analyze multiple images of the same subject and cross-check and combine the results. The processing mode tells the scanner whether to optimize for single or multiple images of a subject.
| SBSDK_API scanbotsdk_error_code_t scanbotsdk_processing_mode_t_to_string | ( | scanbotsdk_processing_mode_t | value, |
| const char ** | result ) |
Returns the string representation of the given scanbotsdk_processing_mode_t value.
The returned string doesn't need to be freed.
| value | The value to be converted to string. |
| result | Pointer to a variable that will store the string representation of the value. |