Type Alias opencv::core::Point

source ·
pub type Point = Point2i;

Aliased Type§

struct Point {
    pub x: i32,
    pub y: i32,
}

Fields§

§x: i32§y: i32

Trait Implementations§

source§

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