| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.MatAllocator |
opencv_core.Mat.allocator()
custom allocator
|
opencv_core.MatAllocator |
opencv_core.UMat.allocator()
custom allocator
|
opencv_core.MatAllocator |
opencv_core.UMatData.currAllocator() |
static opencv_core.MatAllocator |
opencv_core.HostMem.getAllocator() |
static opencv_core.MatAllocator |
opencv_core.HostMem.getAllocator(int alloc_type) |
static opencv_core.MatAllocator |
opencv_core.Mat.getDefaultAllocator() |
static opencv_core.MatAllocator |
opencv_core.getOpenCLAllocator() |
static opencv_core.MatAllocator |
opencv_core.Mat.getStdAllocator()
and the standard allocator
|
static opencv_core.MatAllocator |
opencv_core.UMat.getStdAllocator()
and the standard allocator
|
opencv_core.MatAllocator |
opencv_core.UMatData.prevAllocator() |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Mat |
opencv_core.Mat.allocator(opencv_core.MatAllocator allocator) |
opencv_core.UMat |
opencv_core.UMat.allocator(opencv_core.MatAllocator allocator) |
static void |
opencv_core.Mat.setDefaultAllocator(opencv_core.MatAllocator allocator) |
| Constructor and Description |
|---|
UMatData(opencv_core.MatAllocator allocator) |
Copyright © 2018. All rights reserved.