Type Alias opencv::core::Size

source ·
pub type Size = Size2i;

Aliased Type§

struct Size {
    pub width: i32,
    pub height: i32,
}

Fields§

§width: i32§height: i32