Type Definition opencv::core::Vec3f

source ·
pub type Vec3f = VecN<f32, 3>;

Trait Implementations§

source§

impl VectorElement for Vec3fwhere Vector<Vec3f>: VectorExtern<Vec3f>,