定义抠图的范围。
1 2 3 4 5 6
struct CropRoiConfig { uint32_t x0; uint32_t x1; uint32_t y1; uint32_t y0; };
参数名
说明
x0
左上角横坐标。
x1
右下角横坐标。
y1
右下角纵坐标。
y0
左上角纵坐标。