| Package | Description |
|---|---|
| org.bytedeco.opencv.opencv_core |
| Modifier and Type | Method and Description |
|---|---|
Device |
Context.device(long idx) |
static Device |
Device.fromHandle(Pointer d) |
static Device |
Device.getDefault() |
Device |
OpenCLExecutionContext.getDevice()
Get the single default associated ocl::Device
|
Device |
Device.getPointer(long i) |
Device |
Device.position(long position) |
Device |
Device.put(Device d) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Queue.create(Context c,
Device d) |
static OpenCLExecutionContext |
OpenCLExecutionContext.create(Context context,
Device device)
\overload
|
static OpenCLExecutionContext |
OpenCLExecutionContext.create(Context context,
Device device,
Queue queue)
\brief Creates OpenCL execution context
|
static Context |
Context.fromDevice(Device device) |
void |
PlatformInfo.getDevice(Device device,
int d) |
Device |
Device.put(Device d) |
| Constructor and Description |
|---|
Device(Device d) |
Queue(Context c,
Device d) |
Copyright © 2021. All rights reserved.