Ask Your Question

KevinOpencv's profile - activity

2014-11-06 12:38:18 -0600 commented question Linking not working on Windows 7

Great! Thanks a lot!

Have a nice evening! ;)

2014-11-06 12:16:23 -0600 commented question Linking not working on Windows 7

Thank you Berak!

Do I need the DLLs also if I link it with static libraries? I guess I do not, right?

2014-11-06 12:04:25 -0600 commented question Linking not working on Windows 7

What do you mean? Can I use the downloaded package without installing or it must be installed?

It says: "OpenCV may come in multiple flavors. There is a “core” section that will work on its own."

2014-11-06 11:37:14 -0600 received badge  Editor (source)
2014-11-06 11:36:00 -0600 asked a question Linking not working on Windows 7

Os Windows 7, Opencv 3.0.0, Compiler VS2013

I linked to the D:\opencv\build\x86\vc12\staticlib folder and it found opencv_highgui300.lib and the other libs that were working with the previous Opencv version in the same program but now Im getting "unresolved external symbol _cvLoadImage referenced in function _main" errors.

I hope I understood well the documentation that we dont need to install Opencv for only basic stuff? Do we? Can we just use the decompressed opencv folder? What can be the problem? Thanks!