RegionOfInterest
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. |
roiId
The ID generated by the SDK.
int roiId
point
The left top point of the region.
Point point
width
The width of the region.
int width
height
The height of the region.
int height