| Package | Description |
|---|---|
| org.bytedeco.opencv.opencv_core |
| Modifier and Type | Method and Description |
|---|---|
static Queue |
Queue.getDefault() |
Queue |
Queue.getPointer(long i) |
Queue |
Queue.getProfilingQueue()
\brief Returns OpenCL command queue with enable profiling mode support
|
Queue |
OpenCLExecutionContext.getQueue()
Get the single ocl::Queue that is associated with the ocl::Context and
the single default ocl::Device
|
Queue |
Queue.position(long position) |
Queue |
Queue.put(Queue q) |
| Modifier and Type | Method and Description |
|---|---|
OpenCLExecutionContext |
OpenCLExecutionContext.cloneWithNewQueue(Queue q)
Creates new execution context with same OpenCV context and device
|
static OpenCLExecutionContext |
OpenCLExecutionContext.create(Context context,
Device device,
Queue queue)
\brief Creates OpenCL execution context
|
Queue |
Queue.put(Queue q) |
boolean |
Kernel.run(int dims,
SizeTPointer globalsize,
SizeTPointer localsize,
boolean sync,
Queue q)
\brief Run the OpenCL kernel.
|
long |
Kernel.runProfiling(int dims,
SizeTPointer globalsize,
SizeTPointer localsize,
Queue q)
\brief Similar to synchronized run() call with returning of kernel execution time
Separate OpenCL command queue may be used (with CL_QUEUE_PROFILING_ENABLE)
|
boolean |
Kernel.runTask(boolean sync,
Queue q) |
| Constructor and Description |
|---|
Queue(Queue q) |
Timer(Queue q) |
Copyright © 2021. All rights reserved.