public static class opencv_core.SparseMatIterator extends opencv_core.SparseMatConstIterator
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.SparseMatIterator()
the default constructor
|
opencv_core.SparseMatIterator(int size) |
opencv_core.SparseMatIterator(opencv_core.SparseMat _m)
the full constructor setting the iterator to the first sparse matrix element
|
opencv_core.SparseMatIterator(opencv_core.SparseMatIterator it)
the copy constructor
|
opencv_core.SparseMatIterator(Pointer p) |
| 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(int position) |
opencv_core.SparseMatIterator |
put(opencv_core.SparseMatIterator it)
the assignment operator
|
hashidx, hashidx, m, ptr, ptr, put, seekEndaddress, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_core.SparseMatIterator(Pointer p)
public opencv_core.SparseMatIterator(int size)
public opencv_core.SparseMatIterator()
public opencv_core.SparseMatIterator(opencv_core.SparseMat _m)
public opencv_core.SparseMatIterator(opencv_core.SparseMatIterator it)
public opencv_core.SparseMatIterator position(int position)
position in class opencv_core.SparseMatConstIteratorpublic opencv_core.SparseMatIterator put(opencv_core.SparseMatIterator it)
public opencv_core.SparseMat.Node node()
node in class opencv_core.SparseMatConstIteratorpublic opencv_core.SparseMatIterator increment()
increment in class opencv_core.SparseMatConstIteratorpublic opencv_core.SparseMatIterator increment(int arg0)
increment in class opencv_core.SparseMatConstIteratorCopyright © 2014. All Rights Reserved.