opencv::core

Type Alias Point2d

Source
pub type Point2d = Point_<f64>;

Aliased Type§

struct Point2d {
    pub x: f64,
    pub y: f64,
}

Fields§

§x: f64§y: f64