Type Alias opencv::core::Rect

source ·
pub type Rect = Rect2i;

Aliased Type§

struct Rect {
    pub x: i32,
    pub y: i32,
    pub width: i32,
    pub height: i32,
}

Fields§

§x: i32§y: i32§width: i32§height: i32

Trait Implementations§

source§

impl VectorElement for Rect
where Vector<Rect>: VectorExtern<Rect>,