public static class opencv_core.MatAllocator extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.MatAllocator() |
opencv_core.MatAllocator(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
void |
_allocate(int dims,
int[] sizes,
int type,
int[] refcount,
byte[] datastart,
byte[] data,
SizeTPointer step) |
void |
_allocate(int dims,
IntBuffer sizes,
int type,
IntBuffer refcount,
ByteBuffer datastart,
ByteBuffer data,
SizeTPointer step) |
void |
_allocate(int dims,
IntPointer sizes,
int type,
IntPointer refcount,
BytePointer datastart,
BytePointer data,
SizeTPointer step) |
void |
_deallocate(int[] refcount,
byte[] datastart,
byte[] data) |
void |
_deallocate(IntBuffer refcount,
ByteBuffer datastart,
ByteBuffer data) |
void |
_deallocate(IntPointer refcount,
BytePointer datastart,
BytePointer data) |
address, 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, toString, withDeallocator, zeropublic opencv_core.MatAllocator()
public opencv_core.MatAllocator(Pointer p)
public void _allocate(int dims,
IntPointer sizes,
int type,
IntPointer refcount,
BytePointer datastart,
BytePointer data,
SizeTPointer step)
public void _allocate(int dims,
IntBuffer sizes,
int type,
IntBuffer refcount,
ByteBuffer datastart,
ByteBuffer data,
SizeTPointer step)
public void _allocate(int dims,
int[] sizes,
int type,
int[] refcount,
byte[] datastart,
byte[] data,
SizeTPointer step)
public void _deallocate(IntPointer refcount, BytePointer datastart, BytePointer data)
public void _deallocate(IntBuffer refcount, ByteBuffer datastart, ByteBuffer data)
public void _deallocate(int[] refcount,
byte[] datastart,
byte[] data)
Copyright © 2014. All Rights Reserved.