public abstract static class opencv_core.AbstractCvMatND extends opencv_core.CvArr
| Modifier and Type | Class and Description |
|---|---|
protected static class |
opencv_core.AbstractCvMatND.ReleaseDeallocator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocatorbufferedImage, gamma22, gamma22inv| Constructor and Description |
|---|
AbstractCvMatND() |
AbstractCvMatND(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, arrayWidthapplyGamma, cloneBufferedImage, copyFrom, copyFrom, copyFrom, copyFrom, copyTo, copyTo, copyTo, copyTo, createBuffer, createBuffer, createIndexer, createIndexer, cvSize, decodeGamma22, encodeGamma22, flipCopyWithGamma, flipCopyWithGamma, flipCopyWithGamma, flipCopyWithGamma, flipCopyWithGamma, getBufferedImage, getBufferedImage, getBufferedImage, getBufferedImage, getBufferedImageType, getByteBuffer, getByteBuffer, getDoubleBuffer, getDoubleBuffer, getFloatBuffer, getFloatBuffer, getIntBuffer, getIntBuffer, getShortBuffer, getShortBuffer, highValue, toStringaddress, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, withDeallocator, zeropublic AbstractCvMatND()
public AbstractCvMatND(Pointer p)
public static opencv_core.CvMatND create(int dims, int[] sizes, int type)
public opencv_core.CvMatND clone()
public void release()
Copyright © 2014. All Rights Reserved.