public static class opencv_core.CvSparseMatIterator
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
CvSparseMatIterator()
Default native constructor.
|
CvSparseMatIterator(long size)
Native array allocator.
|
CvSparseMatIterator(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
curidx() |
opencv_core.CvSparseMatIterator |
curidx(int curidx) |
opencv_core.CvSparseMat |
mat() |
opencv_core.CvSparseMatIterator |
mat(opencv_core.CvSparseMat mat) |
opencv_core.CvSparseNode |
node() |
opencv_core.CvSparseMatIterator |
node(opencv_core.CvSparseNode node) |
opencv_core.CvSparseMatIterator |
position(long position) |
address, 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 CvSparseMatIterator()
public CvSparseMatIterator(long size)
Pointer.position(long).public CvSparseMatIterator(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_core.CvSparseMatIterator position(long position)
position in class org.bytedeco.javacpp.Pointerpublic opencv_core.CvSparseMat mat()
public opencv_core.CvSparseMatIterator mat(opencv_core.CvSparseMat mat)
public opencv_core.CvSparseNode node()
public opencv_core.CvSparseMatIterator node(opencv_core.CvSparseNode node)
public int curidx()
public opencv_core.CvSparseMatIterator curidx(int curidx)
Copyright © 2018. All rights reserved.