public static class opencv_core.GpuMat.Allocator
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
Allocator(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
_allocate(opencv_core.GpuMat mat,
int rows,
int cols,
long elemSize) |
void |
free(opencv_core.GpuMat mat) |
address, 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, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Allocator(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).@Cast(value="bool") @Name(value="allocate") public boolean _allocate(opencv_core.GpuMat mat, int rows, int cols, @Cast(value="size_t") long elemSize)
public void free(opencv_core.GpuMat mat)
Copyright © 2018. All rights reserved.