public abstract static class opencv_core.AbstractCvSparseMat extends opencv_core.CvArr
| Modifier and Type | Class and Description |
|---|---|
protected static class |
opencv_core.AbstractCvSparseMat.ReleaseDeallocator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.AbstractCvSparseMat(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.CvSparseMat |
clone()
Calls cvCloneSparseMat(), and registers a deallocator.
|
static opencv_core.CvSparseMat |
create(int dims,
int[] sizes,
int type)
Calls cvCreateSparseMat(), and registers a deallocator.
|
void |
release()
Calls the deallocator, if registered, otherwise has no effect.
|
arrayChannels, 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, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, totalBytes, withDeallocator, zeropublic opencv_core.AbstractCvSparseMat(Pointer p)
public static opencv_core.CvSparseMat create(int dims, int[] sizes, int type)
public opencv_core.CvSparseMat clone()
public void release()
Copyright © 2016. All rights reserved.