Ask Your Question
0

which version of OpenCV includes x86(32-bit) lib files? how should I use it?

asked 2020-04-21 02:52:11 -0600

I want to create project with OpenCV in Windows using visual studio also i want to build my project as x86(Win32) program. When I compile the program errors occur that show I don't have appropriate x86 files of OpenCV. I couldn't get x86 libraries needed for building project yet. do you know what should I do to complete this task??

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2020-04-21 04:11:33 -0600

berak gravatar image

there are no more prebuilt 32bit libs since a long time, you will have to build from src using cmake

edit flag offensive delete link more

Comments

I built library according to tutorial in link but it still doesn't have any x86 folder or 32bit libraries i need. what should i do after that?

openCiv gravatar imageopenCiv ( 2020-04-22 01:41:55 -0600 )edit

did you build the INSTALL project ?

berak gravatar imageberak ( 2020-04-22 07:53:27 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2020-04-21 02:52:11 -0600

Seen: 6,856 times

Last updated: Apr 21 '20