Ask Your Question
0

Setting up OpenCV2.4.10 with C++

asked Oct 9 '14

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.

Preview: (hide)

1 answer

Sort by » oldest newest most voted
0

answered Oct 10 '14

maxdoom gravatar image

updated Oct 10 '14

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.

Preview: (hide)

Question Tools

Stats

Asked: Oct 9 '14

Seen: 482 times

Last updated: Oct 09 '14