| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.GpuMat.Allocator |
opencv_core.GpuMat.allocator()
allocator
|
static opencv_core.GpuMat.Allocator |
opencv_core.GpuMat.defaultAllocator()
default allocator
|
opencv_core.GpuMat.Allocator |
opencv_core.BufferPool.getAllocator()
Returns the allocator associated with the stream.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.GpuMat |
opencv_core.GpuMat.allocator(opencv_core.GpuMat.Allocator allocator) |
static void |
opencv_core.GpuMat.setDefaultAllocator(opencv_core.GpuMat.Allocator allocator) |
| Constructor and Description |
|---|
GpuMat(int rows,
int cols,
int type,
opencv_core.GpuMat.Allocator allocator)
constructs GpuMat of the specified size and type
|
GpuMat(int rows,
int cols,
int type,
opencv_core.Scalar s,
opencv_core.GpuMat.Allocator allocator)
constucts GpuMat and fills it with the specified value _s
|
GpuMat(opencv_core.GpuMat.Allocator allocator)
default constructor
|
GpuMat(opencv_core.GpuMat arr,
opencv_core.GpuMat.Allocator allocator) |
GpuMat(opencv_core.Mat arr,
opencv_core.GpuMat.Allocator allocator)
builds GpuMat from host memory (Blocking call)
|
GpuMat(opencv_core.Size size,
int type,
opencv_core.GpuMat.Allocator allocator) |
GpuMat(opencv_core.Size size,
int type,
opencv_core.Scalar s,
opencv_core.GpuMat.Allocator allocator) |
GpuMat(opencv_core.UMat arr,
opencv_core.GpuMat.Allocator allocator) |
Stream(opencv_core.GpuMat.Allocator allocator)
creates a new asynchronous stream with custom allocator
|
Copyright © 2018. All rights reserved.