OpenCL requirements for ocl module.
Can anyone advise me which OCL 1.2 features and which full profile features are required by the OpenCV ocl module?
I think the clEnqueue{Read|Rrite}BufferRect
method is the most dominant one which utilizes 1.2 features to transfer to/from regular cv::Mats
. If you don't have 1.2, you probably can change the source so that it will work with 1.1. On the other hand, I don't know at all if other 1.2 features are used elsewhere.
Asked: 2013-06-11 05:34:49 -0600
Seen: 303 times
Last updated: Aug 30 '13