Trait opencv::hub_prelude::BOWKMeansTrainerTraitConst[][src]

pub trait BOWKMeansTrainerTraitConst: BOWTrainerConst {
    fn as_raw_BOWKMeansTrainer(&self) -> *const c_void;

    fn cluster(&self) -> Result<Mat> { ... }
fn cluster_1(&self, descriptors: &Mat) -> Result<Mat> { ... } }
Expand description

kmeans -based class to train visual vocabulary using the bag of visual words approach. :

Required methods

Provided methods

Implementors