Type Alias opencv::core::Vec4i

source ·
pub type Vec4i = VecN<i32, 4>;

Aliased Type§

struct Vec4i(pub [i32; 4]);

Fields§

§0: [i32; 4]