hbDNNRoi
typedef struct {
int32_t left;
int32_t top;
int32_t right;
int32_t bottom;
} hbDNNRoi;
Rectangular region of interest. W∈[left,right],H∈[top,bottom].
left | The top-left point width pixel point of the region of interest. |
top | The top-left point height pixel point of the region of interest.
|
right | The bottom-right point width pixel point of the region of interest. |
bottom | The bottom-right point height pixel point of the region of interest.
|