Type Alias opencv::core::Vec3b

source ·
pub type Vec3b = VecN<u8, 3>;

Aliased Type§

struct Vec3b(pub [u8; 3]);

Fields§

§0: [u8; 3]