pub type OBRegionOfInterest = AE_ROI;Expand description
@brief The rect of the region of interest
Aliased Type§
#[repr(C, packed(1))]pub struct OBRegionOfInterest {
pub x0_left: i16,
pub y0_top: i16,
pub x1_right: i16,
pub y1_bottom: i16,
}Fields§
§x0_left: i16§y0_top: i16§x1_right: i16§y1_bottom: i16