Scanbot SDK
Loading...
Searching...
No Matches
ScanbotSDKImageTypes.h File Reference

Go to the source code of this file.

Typedefs

typedef enum scanbotsdk_image_rotation_t scanbotsdk_image_rotation_t
 scanbotsdk_image_rotation_t enum
 
typedef enum scanbotsdk_image_origin_t scanbotsdk_image_origin_t
 scanbotsdk_image_origin_t enum
 

Enumerations

enum  scanbotsdk_image_rotation_t {
  SCANBOTSDK_IMAGE_ROTATION_NONE = 0 ,
  SCANBOTSDK_IMAGE_ROTATION_CLOCKWISE_90 = 1 ,
  SCANBOTSDK_IMAGE_ROTATION_CLOCKWISE_180 = 2 ,
  SCANBOTSDK_IMAGE_ROTATION_COUNTERCLOCKWISE_90 = 3
}
 scanbotsdk_image_rotation_t enum More...
 
enum  scanbotsdk_image_origin_t {
  SCANBOTSDK_IMAGE_ORIGIN_TOP_LEFT = 0 ,
  SCANBOTSDK_IMAGE_ORIGIN_TOP_RIGHT = 1 ,
  SCANBOTSDK_IMAGE_ORIGIN_BOTTOM_LEFT = 2 ,
  SCANBOTSDK_IMAGE_ORIGIN_BOTTOM_RIGHT = 3
}
 scanbotsdk_image_origin_t enum More...
 

Functions

SBSDK_API scanbotsdk_error_code_t scanbotsdk_image_rotation_t_to_string (scanbotsdk_image_rotation_t value, const char **result)
 Returns the string representation of the given scanbotsdk_image_rotation_t value.
 
SBSDK_API scanbotsdk_error_code_t scanbotsdk_image_origin_t_to_string (scanbotsdk_image_origin_t value, const char **result)
 Returns the string representation of the given scanbotsdk_image_origin_t value.