搜索
typedef struct { int32_t left; int32_t top; int32_t right; int32_t bottom; } hbDNNRoi;
矩形的感兴趣区域。 W∈[left,right],H∈[top,bottom]W∈[left, right], H∈[top, bottom]W∈[left,right],H∈[top,bottom]。
left
top
感兴趣区域左上点高度像素点。
right
bottom
感兴趣区域右下点高度像素点。