Resource Base
Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Stores the region of interest.
class com.dynamsoft.dbr.RegionOfInterest;
Attribute | Type | Descriptions |
---|---|---|
roiId |
int | The ID generated by the SDK. |
point |
Point |
The left top point of the region. |
width |
int | The width of the region. |
height |
int | The height of the region. |
The ID generated by the SDK.
int roiId
The left top point of the region.
Point point
The width of the region.
int width
The height of the region.
int height
latest version