RoiBox 功能定义裁剪框。 结构定义struct RoiBox { float x0; float y0; float x1; float y1; }; 参数说明 参数名 说明 x0 左上角横坐标。 y0 左上角纵坐标。 x1 右下角横坐标。 y1 右下角纵坐标。 父主题: 通用数据结构