Ask Your Question

leonardomito's profile - activity

2017-10-06 02:13:53 -0600 received badge  Notable Question (source)
2015-09-09 09:00:20 -0600 received badge  Popular Question (source)
2013-09-25 07:58:32 -0600 asked a question I can't install OpenCV on Windows 7, using MinGW and CMake.

Hello, guys.

I'm having some dificulties to install OpenCV using Windows 7 x86. I tried to use CMake, and even though the configuration and generating succeeded, some things got "failed". And then I've opened the windows CMD, used the "mingw32-make" at the binaries folder and OK, it started to compile, but when it starts to build something named "algorithm.cpp.obj", I got an error! Does it have any relation with the things that failed when I used CMake? Do I have to download any library to make it work?

P.S: I've searched for some tutorials online and followed them step by step, but I couldn't install anyway!

P.S(2): I want to use it with QT.

P.S(3): I'm not even an average programmer.