Type Alias opencv::core::Vec2i

source ·
pub type Vec2i = VecN<i32, 2>;

Aliased Type§

struct Vec2i(pub [i32; 2]);

Fields§

§0: [i32; 2]