@Properties(inherit=opencv_core.class) public abstract class AbstractCvSparseMat extends CvArr
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractCvSparseMat.ReleaseDeallocator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AbstractCvSparseMat(Pointer p) |
Modifier and Type | Method and Description |
---|---|
CvSparseMat |
clone()
Calls cvCloneSparseMat(), and registers a deallocator.
|
static 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, 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, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public AbstractCvSparseMat(Pointer p)
public static CvSparseMat create(int dims, int[] sizes, int type)
public CvSparseMat clone()
public void release()
Copyright © 2024. All rights reserved.