@Namespace(value="cv") public static class opencv_core.SparseMatIterator extends opencv_core.SparseMatConstIterator
The class is similar to cv::SparseMatConstIterator, but can be used for in-place modification of the matrix elements.
| Constructor and Description |
|---|
SparseMatIterator()
the default constructor
|
SparseMatIterator(long size)
Native array allocator.
|
SparseMatIterator(opencv_core.SparseMat _m)
the full constructor setting the iterator to the first sparse matrix element
|
SparseMatIterator(opencv_core.SparseMatIterator it)
the copy constructor
|
SparseMatIterator(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.SparseMatIterator |
increment()
moves iterator to the next element
|
opencv_core.SparseMatIterator |
increment(int arg0)
moves iterator to the next element
|
opencv_core.SparseMat.Node |
node()
returns pointer to the current sparse matrix node.
|
opencv_core.SparseMatIterator |
position(long position) |
opencv_core.SparseMatIterator |
put(opencv_core.SparseMatIterator it)
the assignment operator
|
hashidx, hashidx, m, ptr, ptr, put, seekEndaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic SparseMatIterator(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public SparseMatIterator(long size)
Pointer.position(long).public SparseMatIterator()
public SparseMatIterator(opencv_core.SparseMat _m)
public SparseMatIterator(@Const @ByRef
opencv_core.SparseMatIterator it)
public opencv_core.SparseMatIterator position(long position)
position in class opencv_core.SparseMatConstIterator@ByRef @Name(value="operator =") public opencv_core.SparseMatIterator put(@Const @ByRef opencv_core.SparseMatIterator it)
public opencv_core.SparseMat.Node node()
node in class opencv_core.SparseMatConstIterator@ByRef @Name(value="operator ++") public opencv_core.SparseMatIterator increment()
increment in class opencv_core.SparseMatConstIterator@ByVal @Name(value="operator ++") public opencv_core.SparseMatIterator increment(int arg0)
increment in class opencv_core.SparseMatConstIteratorCopyright © 2018. All rights reserved.