Trait opencv::prelude::AlgorithmTrait
source · pub trait AlgorithmTrait: AlgorithmTraitConst {
// Required method
fn as_raw_mut_Algorithm(&mut self) -> *mut c_void;
// Provided methods
fn clear(&mut self) -> Result<()> { ... }
fn read(&mut self, fn_: &FileNode) -> Result<()> { ... }
}
Expand description
Mutable methods for core::Algorithm