| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_core.SparseMatIterator
Read-write Sparse Matrix Iterator
The class is similar to cv::SparseMatConstIterator,
but can be used for in-place modification of the matrix elements.
|
| 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(int position) |
opencv_core.SparseMatConstIterator |
opencv_core.SparseMatConstIterator.ptr(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 |
|---|
opencv_core.SparseMatConstIterator(opencv_core.SparseMatConstIterator it)
the copy constructor
|
Copyright © 2014. All Rights Reserved.