Struct ImageRoi
- Defined in File config_structs.h 
Struct Documentation
- 
struct ImageRoi
- Struct representing region of interest corresponding to image. - Public Members - 
int x = 0
- Offset in x direction. 
 - 
int y = 0
- Offset in y direction. 
 - 
int width = 0
- Width of image. 
 - 
int width_min = 0
- Minimum width of image. 
 - 
int width_max = INT32_MAX
- Maximum width of image. 
 - 
int height = 0
- Height of image. 
 - 
int height_min = 0
- Minimum height of image. 
 - 
int height_max = INT32_MAX
- Maximum height of image. 
 
- 
int x = 0