Struct opencv::core::SparseMatIterator [−][src]
pub struct SparseMatIterator { /* fields omitted */ }
Expand description
Read-write Sparse Matrix Iterator
The class is similar to cv::SparseMatConstIterator, but can be used for in-place modification of the matrix elements.
Implementations
the default constructor
the full constructor setting the iterator to the first sparse matrix element
the copy constructor
Trait Implementations
Performs the conversion.
returns pointer to the current sparse matrix node. it.node->idx is the index of the current element (do not modify it!)