Ask Your Question
1

openCV and boost library

asked 2016-03-26 15:18:17 -0600

bthooni gravatar image

Hello, I want to use openCV library and boost library with visual stdio 2015 And i already built both of them successfully. But the main problem is, openCV works with x64 platform, and boost works with x86 platform. And i did write "separately" 2 codes using both of them "openCV&boost", how can i combine them both and run them together? Or how can i change the platform of one of them? Thanks in advance

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
3

answered 2016-03-26 15:39:24 -0600

Tetragramm gravatar image

Well, you can build OpenCV as an x86 program with no problems, you just choose the x86 compiler in Cmake when setting the build up.

And most of Boost works just fine as x64, all the header only librariesbuild in whatever mode you choose. The rest can, apparently, be compiled in x64 as described here: http://stackoverflow.com/questions/23...

edit flag offensive delete link more

Comments

Thank you so much for the speedy reply

bthooni gravatar imagebthooni ( 2016-03-28 06:33:18 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2016-03-26 15:18:17 -0600

Seen: 1,170 times

Last updated: Mar 26 '16