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