Type Alias opencv::core::Rect2d

source ·
pub type Rect2d = Rect_<f64>;

Aliased Type§

struct Rect2d {
    pub x: f64,
    pub y: f64,
    pub width: f64,
    pub height: f64,
}

Fields§

§x: f64§y: f64§width: f64§height: f64