| Package | Description |
|---|---|
| org.bytedeco.opencv.opencv_core |
| Modifier and Type | Method and Description |
|---|---|
static Context |
Context.create(BytePointer configuration) |
static Context |
Context.create(String configuration) |
static Context |
Context.fromDevice(Device device) |
static Context |
Context.fromHandle(Pointer context) |
Context |
OpenCLExecutionContext.getContext()
Get associated ocl::Context
|
static Context |
Context.getDefault() |
static Context |
Context.getDefault(boolean initialize)
Get thread-local OpenCL context (initialize if necessary)
|
Context |
Context.p(Context.Impl setter) |
Context |
Context.put(Context c) |
| Modifier and Type | Method and Description |
|---|---|
static OpenCLExecutionContext |
OpenCLExecutionContext.create(Context context,
Device device)
\overload
|
boolean |
Queue.create(Context c,
Device d) |
static OpenCLExecutionContext |
OpenCLExecutionContext.create(Context context,
Device device,
Queue queue)
\brief Creates OpenCL execution context
|
Context |
Context.put(Context c) |
| Constructor and Description |
|---|
Context(Context c) |
Queue(Context c) |
Queue(Context c,
Device d) |
Copyright © 2022. All rights reserved.