Trait opencv::core::SparseMatIteratorTrait
source · pub trait SparseMatIteratorTrait: SparseMatConstIteratorTrait + SparseMatIteratorTraitConst {
fn as_raw_mut_SparseMatIterator(&mut self) -> *mut c_void;
fn incr(&mut self) -> Result<SparseMatIterator> { ... }
}
Required Methods§
fn as_raw_mut_SparseMatIterator(&mut self) -> *mut c_void
Provided Methods§
sourcefn incr(&mut self) -> Result<SparseMatIterator>
fn incr(&mut self) -> Result<SparseMatIterator>
moves iterator to the next element