Ask Your Question
0

how to map opencv with opencl on windows

asked 2014-02-04 00:38:13 -0600

arunad gravatar image

hi, i am trying to use opencv in my opencl code but i am not getting how to map and what are properties to be changed in visual studio 2010 and is it necessary to use cmake.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-02-05 04:10:47 -0600

You need to rebuilt the complete OpenCV library and activate the WITH_OPENCL option. There are plenty of guides out there on how to build OpenCV yourself. For example this guide is one from our research group, with minimal guidelines.

Basically you need to run CMAKE and configure it properly giving path to all corresponding features, then create a solution and build that in your visual studio.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-02-04 00:38:13 -0600

Seen: 166 times

Last updated: Feb 05 '14