Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
RegionOfInterest
Stores the region of interest.
Typedefs
typedef struct tagRegionOfInterest RegionOfInterest
Attributes
Attribute | Type |
---|---|
roiId |
int |
point |
DBRPoint |
width |
int |
height |
int |
roiId
The ID generated by the SDK.
int tagRegionOfInterest::roiId
point
The left top point of the region.
DBRPoint tagRegionOfInterest::point
width
The width of the region.
int tagRegionOfInterest::width
height
The height of the region.
int tagRegionOfInterest::height