opencv::core

Type Alias Vec2i

Source
pub type Vec2i = VecN<i32, 2>;

Aliased Type§

struct Vec2i(pub [i32; 2]);

Fields§

§0: [i32; 2]