clarify opencl execution context doc

- fix opencv/opencv#18888
This commit is contained in:
Dale Phurrough 2020-12-08 16:08:53 +01:00
parent 619cc01ca1
commit f77276311d
No known key found for this signature in database
GPG Key ID: E53384A29713D41F

View File

@ -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;