public static class opencv_core.CvSparseMat extends opencv_core.AbstractCvSparseMat
opencv_core.AbstractCvSparseMat.ReleaseDeallocatorPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| 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(opencv_core.SparseMat m) |
int |
dims() |
opencv_core.CvSparseMat |
dims(int dims) |
int |
hashsize() |
opencv_core.CvSparseMat |
hashsize(int hashsize) |
PointerPointer |
hashtable() |
Pointer |
hashtable(int i) |
opencv_core.CvSparseMat |
hashtable(int i,
Pointer hashtable) |
int |
hdr_refcount() |
opencv_core.CvSparseMat |
hdr_refcount(int hdr_refcount) |
opencv_core.CvSet |
heap() |
opencv_core.CvSparseMat |
heap(opencv_core.CvSet heap) |
int |
idxoffset() |
opencv_core.CvSparseMat |
idxoffset(int idxoffset) |
opencv_core.CvSparseMat |
position(long position) |
IntPointer |
refcount() |
opencv_core.CvSparseMat |
refcount(IntPointer refcount) |
IntPointer |
size() |
int |
size(int i) |
opencv_core.CvSparseMat |
size(int i,
int size) |
int |
type() |
opencv_core.CvSparseMat |
type(int type) |
int |
valoffset() |
opencv_core.CvSparseMat |
valoffset(int valoffset) |
clone, create, releasearrayChannels, arrayData, arrayDepth, arrayHeight, arrayOrigin, arrayOrigin, arrayROI, arraySize, arrayStep, arrayWidthcreateBuffer, createBuffer, createIndexer, createIndexer, cvSize, getByteBuffer, getByteBuffer, getDoubleBuffer, getDoubleBuffer, getFloatBuffer, getFloatBuffer, getIntBuffer, getIntBuffer, getShortBuffer, getShortBuffer, highValue, toStringaddress, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, totalBytes, withDeallocator, zeropublic CvSparseMat()
public CvSparseMat(long size)
Pointer.position(long).public CvSparseMat(Pointer p)
Pointer.Pointer(Pointer).public opencv_core.CvSparseMat position(long position)
public int type()
public opencv_core.CvSparseMat type(int type)
public int dims()
public opencv_core.CvSparseMat dims(int dims)
public IntPointer refcount()
public opencv_core.CvSparseMat refcount(IntPointer refcount)
public int hdr_refcount()
public opencv_core.CvSparseMat hdr_refcount(int hdr_refcount)
public opencv_core.CvSet heap()
public opencv_core.CvSparseMat heap(opencv_core.CvSet heap)
public Pointer hashtable(int i)
public opencv_core.CvSparseMat hashtable(int i, Pointer hashtable)
@MemberGetter @Cast(value="void**") public PointerPointer hashtable()
public int hashsize()
public opencv_core.CvSparseMat hashsize(int hashsize)
public int valoffset()
public opencv_core.CvSparseMat valoffset(int valoffset)
public int idxoffset()
public opencv_core.CvSparseMat idxoffset(int idxoffset)
public int size(int i)
public opencv_core.CvSparseMat size(int i, int size)
@MemberGetter public IntPointer size()
public void copyToSparseMat(@ByRef opencv_core.SparseMat m)
Copyright © 2017. All rights reserved.