Detail_TrackerFeatureTrait

Trait Detail_TrackerFeatureTrait 

Source
pub trait Detail_TrackerFeatureTrait: Detail_TrackerFeatureTraitConst {
    // Required method
    fn as_raw_mut_Detail_TrackerFeature(&mut self) -> *mut c_void;

    // Provided method
    fn compute(
        &mut self,
        images: &Vector<Mat>,
        response: &mut impl MatTrait,
    ) -> Result<()> { ... }
}
Expand description

Required Methods§

Provided Methods§

Source

fn compute( &mut self, images: &Vector<Mat>, response: &mut impl MatTrait, ) -> Result<()>

Compute the features in the images collection

§Parameters
  • images: The images
  • response: The output response

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§