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