Ask Your Question
1

OpenCL requirements for ocl module.

asked 2013-06-11 05:34:49 -0600

simbrown gravatar image

Can anyone advise me which OCL 1.2 features and which full profile features are required by the OpenCV ocl module?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-08-30 04:46:38 -0600

decision gravatar image

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.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-06-11 05:34:49 -0600

Seen: 281 times

Last updated: Aug 30 '13