Type Alias opencv::core::Vec2b

source ·
pub type Vec2b = VecN<u8, 2>;
Expand description

Shorter aliases for the most popular specializations of Vec<T,n>

Aliased Type§

struct Vec2b(pub [u8; 2]);

Fields§

§0: [u8; 2]