Detail_TrackerContribSamplerTraitConst

Trait Detail_TrackerContribSamplerTraitConst 

Source
pub trait Detail_TrackerContribSamplerTraitConst {
    // Required method
    fn as_raw_Detail_TrackerContribSampler(&self) -> *const c_void;

    // Provided methods
    fn get_samplers(
        &self,
    ) -> Result<Vector<Tuple<(String, Ptr<Detail_TrackerContribSamplerAlgorithm>)>>> { ... }
    fn get_samples(&self) -> Result<Vector<Mat>> { ... }
}
Expand description

Required Methods§

Provided Methods§

Source

fn get_samplers( &self, ) -> Result<Vector<Tuple<(String, Ptr<Detail_TrackerContribSamplerAlgorithm>)>>>

Return the collection of the TrackerContribSamplerAlgorithm

Source

fn get_samples(&self) -> Result<Vector<Mat>>

Return the samples from all TrackerContribSamplerAlgorithm, AAM Fig. 1 variable Sk

Implementors§