cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

guruvyasa
Journeyman III

opencv+opencl integration

i am doing a project on real-time tracking and using opencl to speed up image processing. I am capturing video frames using opencv function and want to use opencl to perform some manipulations on it..any ideas/suggestions on how this can be done will be helpful

0 Likes
2 Replies
perhaad
Adept I

Hi,

I use OpenCV with OpenCL a lot, Its easy to get them to work together because both are just libraries that you need to link together.

Once you extract the frame using cvqueryframe, if I remember right there is a member of the OpenCV img class called imageData which gives you  a regular array. After that its all OpenCL 

 

thank you for the input..that was really very helpful..

0 Likes