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