Ask Your Question

wvone's profile - activity

2019-12-19 18:42:19 -0600 received badge  Notable Question (source)
2017-10-29 12:06:30 -0600 received badge  Popular Question (source)
2016-02-25 11:54:12 -0600 received badge  Scholar (source)
2016-02-25 11:24:39 -0600 commented answer opencv_world310.dll for x86

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

2016-02-25 09:50:31 -0600 asked a question opencv_world310.dll for x86

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!