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]W∈[left, right], H∈[top, bottom].

  • Member
Member NameDescription
leftThe top-left point width pixel point of the region of interest.
top

The top-left point height pixel point of the region of interest.

rightThe bottom-right point width pixel point of the region of interest.
bottom

The bottom-right point height pixel point of the region of interest.