Type Definition abow::BoW[][src]

type BoW = Vec<f32>;

Bag-of-Words representation of an image or descriptor set.

Index: word/leaf id in the vocabulary.

Value: total weight of that word in provided features.

Trait Implementations

impl BoWTrait for BoW[src]

fn l2(&self, _other: &Self) -> f32[src]

Not sure if needed