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
Constant methods for crate::tracking::Detail_TrackerContribSampler
Required Methods§
fn as_raw_Detail_TrackerContribSampler(&self) -> *const c_void
Provided Methods§
Sourcefn get_samplers(
&self,
) -> Result<Vector<Tuple<(String, Ptr<Detail_TrackerContribSamplerAlgorithm>)>>>
fn get_samplers( &self, ) -> Result<Vector<Tuple<(String, Ptr<Detail_TrackerContribSamplerAlgorithm>)>>>
Return the collection of the TrackerContribSamplerAlgorithm