@Properties(inherit=opencv_core.class) public class CvSparseMat extends AbstractCvSparseMat
AbstractCvSparseMat.ReleaseDeallocator
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
CvSparseMat()
Default native constructor.
|
CvSparseMat(long size)
Native array allocator.
|
CvSparseMat(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
copyToSparseMat(SparseMat m) |
int |
dims() |
CvSparseMat |
dims(int setter) |
int |
hashsize() |
CvSparseMat |
hashsize(int setter) |
PointerPointer |
hashtable() |
Pointer |
hashtable(int i) |
CvSparseMat |
hashtable(int i,
Pointer setter) |
CvSparseMat |
hashtable(PointerPointer setter) |
int |
hdr_refcount() |
CvSparseMat |
hdr_refcount(int setter) |
CvSet |
heap() |
CvSparseMat |
heap(CvSet setter) |
int |
idxoffset() |
CvSparseMat |
idxoffset(int setter) |
CvSparseMat |
position(long position) |
IntPointer |
refcount() |
CvSparseMat |
refcount(IntPointer setter) |
IntPointer |
size() |
int |
size(int i) |
CvSparseMat |
size(int i,
int setter) |
int |
type() |
CvSparseMat |
type(int setter) |
int |
valoffset() |
CvSparseMat |
valoffset(int setter) |
clone, create, release
arrayChannels, arrayData, arrayDepth, arrayHeight, arrayOrigin, arrayOrigin, arrayROI, arraySize, arrayStep, arrayWidth
createBuffer, createBuffer, createIndexer, createIndexer, cvSize, getByteBuffer, getByteBuffer, getDoubleBuffer, getDoubleBuffer, getFloatBuffer, getFloatBuffer, getIntBuffer, getIntBuffer, getShortBuffer, getShortBuffer, highValue, toString
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, totalBytes, totalPhysicalBytes, withDeallocator, zero
public CvSparseMat()
public CvSparseMat(long size)
Pointer.position(long)
.public CvSparseMat(Pointer p)
Pointer.Pointer(Pointer)
.public CvSparseMat position(long position)
public int type()
public CvSparseMat type(int setter)
public int dims()
public CvSparseMat dims(int setter)
public IntPointer refcount()
public CvSparseMat refcount(IntPointer setter)
public int hdr_refcount()
public CvSparseMat hdr_refcount(int setter)
public CvSet heap()
public CvSparseMat heap(CvSet setter)
public Pointer hashtable(int i)
public CvSparseMat hashtable(int i, Pointer setter)
@Cast(value="void**") public PointerPointer hashtable()
public CvSparseMat hashtable(PointerPointer setter)
public int hashsize()
public CvSparseMat hashsize(int setter)
public int valoffset()
public CvSparseMat valoffset(int setter)
public int idxoffset()
public CvSparseMat idxoffset(int setter)
public int size(int i)
public CvSparseMat size(int i, int setter)
@MemberGetter public IntPointer size()
Copyright © 2020. All rights reserved.