OpenCV 2.2 install guide
Uploader Comments (MrAntiDanti)
All Comments (32)
-
Thank you very much!! I had so many problems configuring this library!! Great work!
-
Best Installation tutorial ever!!
-
Thanks a lot man.
I was trying to install that from last one week.
your video make's me clear...............
But one thing, while installing OPEN CV 2.2 You have select 'Add Path to current user.'
-
Thanks! This video definitely made all the dependency handling a whole lot easier.
A small suggestion, you could add pre-build events to copy either debug/release dlls into the working path before compilation.
-
Could you make a video how to install and use JavaCV. I'm trying to do it for two days but it's no use. There are many people suffering when installing JavaCV, absolutely noobs like me.
-
@MrAntiDanti, I googled for the error and find that it's because of python header file. Therefore, I unchecked pyhton settings which solved my problem. By the way, thanks for the tutorial
-
Thanks very much. Eventually got it done :-)
I had an error "22>LINK : fatal error LNK1104: cannot open file 'python26_d.lib'". How to correct this? Thanks
emeanyack 7 months ago
@emeanyack
Start all over again! there went something terrible wrong! (but first check your linker settings!)
MrAntiDanti 7 months ago
I get error :
Cannot open include file: 'opencv2/core/core_c.h': No such file or directory
Pls, help???
Seadtr 7 months ago
@Seadtr
For basic openCv functions you don't have to include "core_c.h"; (for fist test i recommend only basic functions!)
if you wont to use improved opencv functions (exg. camShift) you have to include "opencv.hpp" and add "(OpenCvIncludeDir)\opencv2" to additional include dir's and link the used functions libs and bins.
MrAntiDanti 7 months ago
I am getting the error:
LINK : fatal error LNK1104: cannot open file 'highgui210d.lib'
bbyrne1able 7 months ago
@bbyrne1able
you use the wrong version of openCv! u have to use 'highgui220d.lib' not 210!
or u simply mistype! check linker settings!
MrAntiDanti 7 months ago