hbDNNRoi

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]

  • 成员
成员名称描述
left感兴趣区域左上点宽度像素点。
top

感兴趣区域左上点高度像素点。

right感兴趣区域右下点宽度像素点。
bottom

感兴趣区域右下点高度像素点。