[][src]Type Definition opencv::core::Vec2b

type Vec2b = Vec2<u8>;

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

Trait Implementations

impl DataType for Vec2b[src]