| Package | Description |
|---|---|
| org.bytedeco.opencv.opencv_core |
| Modifier and Type | Method and Description |
|---|---|
OpenCLExecutionContext |
OpenCLExecutionContext.cloneWithNewQueue()
\overload
|
OpenCLExecutionContext |
OpenCLExecutionContext.cloneWithNewQueue(Queue q)
Creates new execution context with same OpenCV context and device
|
static OpenCLExecutionContext |
OpenCLExecutionContext.create(BytePointer platformName,
Pointer platformID,
Pointer context,
Pointer deviceID)
\brief Creates OpenCL execution context
OpenCV will check if available OpenCL platform has platformName name, then assign context to
OpenCV and call
clRetainContext function. |
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 OpenCLExecutionContext |
OpenCLExecutionContext.create(String platformName,
Pointer platformID,
Pointer context,
Pointer deviceID) |
static OpenCLExecutionContext |
OpenCLExecutionContext.getCurrent()
Get OpenCL execution context of current thread.
|
static OpenCLExecutionContext |
OpenCLExecutionContext.getCurrentRef()
Get OpenCL execution context of current thread (can be empty)
|
OpenCLExecutionContext |
OpenCLExecutionContext.getPointer(long i) |
OpenCLExecutionContext |
OpenCLExecutionContext.position(long position) |
OpenCLExecutionContext |
OpenCLExecutionContext.put(OpenCLExecutionContext arg0) |
| Modifier and Type | Method and Description |
|---|---|
OpenCLExecutionContext |
OpenCLExecutionContext.put(OpenCLExecutionContext arg0) |
| Constructor and Description |
|---|
OpenCLExecutionContext(OpenCLExecutionContext arg0) |
OpenCLExecutionContextScope(OpenCLExecutionContext ctx) |
Copyright © 2021. All rights reserved.