Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to recast mat as const

This is probably a C++ question but I can't find it there either. I have a sparseMat that I want to recast as a const sparseMat so I can use SparseMatConstIterator. The examples are all for this and --operator seems to not be available for SparseMatIterator.