mirror of
https://github.com/opencv/opencv.git
synced 2024-11-30 06:10:02 +08:00
parent
619cc01ca1
commit
f77276311d
@ -743,9 +743,11 @@ public:
|
||||
|
||||
/** Get associated ocl::Context */
|
||||
Context& getContext() const;
|
||||
/** Get associated ocl::Device */
|
||||
/** Get the single default associated ocl::Device */
|
||||
Device& getDevice() const;
|
||||
/** Get associated ocl::Queue */
|
||||
/** Get the single ocl::Queue that is associated with the ocl::Context and
|
||||
* the single default ocl::Device
|
||||
*/
|
||||
Queue& getQueue() const;
|
||||
|
||||
bool useOpenCL() const;
|
||||
|
Loading…
Reference in New Issue
Block a user