public abstract static class opencv_core.AbstractCvMatND extends opencv_core.CvArr
| Modifier and Type | Class and Description |
|---|---|
protected static class |
opencv_core.AbstractCvMatND.ReleaseDeallocator |
| Constructor and Description |
|---|
AbstractCvMatND(org.bytedeco.javacpp.Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.CvMatND |
clone()
Calls cvCloneMatND(), and registers a deallocator.
|
static opencv_core.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, arrayWidthcreateBuffer, createBuffer, createIndexer, createIndexer, cvSize, getByteBuffer, getByteBuffer, getDoubleBuffer, getDoubleBuffer, getFloatBuffer, getFloatBuffer, getIntBuffer, getIntBuffer, getShortBuffer, getShortBuffer, highValue, toStringaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic static opencv_core.CvMatND create(int dims, int[] sizes, int type)
public opencv_core.CvMatND clone()
public void release()
Copyright © 2018. All rights reserved.