定义抠图的范围。
struct CropRoiConfig { uint32_t x0; uint32_t x1; uint32_t y1; uint32_t y0; };
参数名
输入/输出
说明
x0
输入
左上角横坐标。
x1
右下角横坐标。
y1
右下角纵坐标。
y0
左上角纵坐标。