| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_core.SparseMatIterator
\brief Read-write Sparse Matrix Iterator
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.SparseMatConstIterator |
opencv_core.SparseMatConstIterator.hashidx(long hashidx) |
opencv_core.SparseMatConstIterator |
opencv_core.SparseMatConstIterator.increment()
moves iterator to the next element
|
opencv_core.SparseMatConstIterator |
opencv_core.SparseMatConstIterator.increment(int arg0)
moves iterator to the next element
|
opencv_core.SparseMatConstIterator |
opencv_core.SparseMatConstIterator.position(long position) |
opencv_core.SparseMatConstIterator |
opencv_core.SparseMatConstIterator.ptr(org.bytedeco.javacpp.BytePointer ptr) |
opencv_core.SparseMatConstIterator |
opencv_core.SparseMatConstIterator.put(opencv_core.SparseMatConstIterator it)
the assignment operator
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.SparseMatConstIterator |
opencv_core.SparseMatConstIterator.put(opencv_core.SparseMatConstIterator it)
the assignment operator
|
| Constructor and Description |
|---|
SparseMatConstIterator(opencv_core.SparseMatConstIterator it)
the copy constructor
|
Copyright © 2018. All rights reserved.