Ask Your Question
0

Setting up OpenCV2.4.10 with C++

asked 2014-10-09 12:10:28 -0600

Im trying to use OpenCV with eclipse, MinGW and Windows 7. Are there any up to date tutorials to do this? Any I find are for previous versions, different IDE or OS. Im at the point of using CMake but it isnt working for me and I have no idea what I am doing with it.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-10-09 22:43:06 -0600

maxdoom gravatar image

updated 2014-10-09 22:46:16 -0600

I usually compile programms by exporting the path with: export LD_LIBRARY_PATH=/usr/local/lib and then compile with g++ pkg-config --cflags --libs opencv test.cpp -o test

So far I haven't figured out a way to do it otherwise. Hope that might help, good luck.

P.S. ups, you're using windows. Since then I think the commands won't work. I don't know how to run this on windows, sorry.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-10-09 12:10:28 -0600

Seen: 421 times

Last updated: Oct 09 '14