| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.SparseMatIterator |
opencv_core.SparseMat.begin()
returns the sparse matrix iterator at the matrix beginning
|
opencv_core.SparseMatIterator |
opencv_core.SparseMat.end()
returns the sparse matrix iterator at the matrix end
|
opencv_core.SparseMatIterator |
opencv_core.SparseMatIterator.increment()
moves iterator to the next element
|
opencv_core.SparseMatIterator |
opencv_core.SparseMatIterator.increment(int arg0)
moves iterator to the next element
|
opencv_core.SparseMatIterator |
opencv_core.SparseMatIterator.position(long position) |
opencv_core.SparseMatIterator |
opencv_core.SparseMatIterator.put(opencv_core.SparseMatIterator it)
the assignment operator
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.SparseMatIterator |
opencv_core.SparseMatIterator.put(opencv_core.SparseMatIterator it)
the assignment operator
|
| Constructor and Description |
|---|
SparseMatIterator(opencv_core.SparseMatIterator it)
the copy constructor
|
Copyright © 2018. All rights reserved.