Ask Your Question
0

opencv_world310.dll for x86

asked 2016-02-25 09:42:17 -0600

wvone gravatar image

I am developing a program to work on a 32 bit machine and would like to incorporate opencv 3.1 into it. Is there a library wrapper for the x86 build that will allow me to not individually include all of the libraries into my code. The opencv_world310.dll is exactly what I want but I have only found that for the 64 bit machine. Do I need to make my own wrapper for the x86 and if so does anyone know the steps using cmake or any other tool? Thanks!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2016-02-25 11:09:35 -0600

matman gravatar image

There is no wrapper. You can build it direct from source with CMake and Visual Studio. I use Visual Studio 2013 and had never had a problem with it.

edit flag offensive delete link more

Comments

I have no problem building 3.1 I was wondering if there is an opencv_world310.dll that works on a 32 bit machine

wvone gravatar imagewvone ( 2016-02-25 11:24:39 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2016-02-25 09:42:17 -0600

Seen: 3,904 times

Last updated: Feb 25 '16