Ask Your Question
0

Where can I get opencv_ocl244.dll?

asked 2013-04-22 07:26:02 -0600

Ben gravatar image

updated 2013-05-16 07:12:29 -0600

I'd like to use SURF_OCL and compare it to the regular SURF feature extraction. Everything compiles fine, but the linker won't find the methods using OCL.

I found out that I need the opencv_ocl244.dll, but I can't find it in the precompiled binaries that were installed with the standard OpenCV installation on Windows. I guess, there is a cmake flag indicating whether OpenCV should be built with OCL support. But why is it turned off by default?

I then tried to compile OpenCV myself to activate OCL, but I failed, see my other thread

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-05-16 12:17:20 -0600

@Ben, indeed you need to set a flag in CMAKE to compile OCL support. Again look at my post here on how you can get to that part.

edit flag offensive delete link more

Comments

@steven, I've seen your post and I hope you will find a solution to it. Unfortunately I can't help you with it now but I'll try it out as soon as you finished solving the problem ;)

Ben gravatar imageBen ( 2013-05-21 09:39:20 -0600 )edit

On friday I will take the time to give it another go. Got some project issues to keep me busy for the following days :)

StevenPuttemans gravatar imageStevenPuttemans ( 2013-05-21 12:24:00 -0600 )edit

Question Tools

Stats

Asked: 2013-04-22 07:26:02 -0600

Seen: 244 times

Last updated: May 16 '13