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
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.
hey thanks for the great video..i did everything exactly as u guys said but i still got the following error.....while running the program..the program builds successfully..
Unhandled exception at 0x7635b727 in helloworld.exe: Microsoft C++ exception: cv::Exception at memory location 0x003deb74
@gebspsg: Hard to say! When you compile to code there are no errors?! Make sure that you copy the right binary Files. Do not take the Original binary’s you have to use the C-Make generated Files! I don’t know if the developers fix the C-Make list (warning during building). If so there should be generated header files, then use them.
@2050ae Check if you set up correctly the Debug and Release settings. When you use Debug (e.g. opencv_core220d.lib) LIB's and BIN's in the Release compile mode this may cause such an error.
Check all your VS settings (C/C++, Linkers and Prebuild)
@2050ae Check if you set up correctly the Debug and Release settings. When you use Debug (e.g. opencv_core220d.lib) LIB's and BIN's in the Release compile mode this may cause such an error.
Check all your VS settings (C/C++, Linkers and Prebuild)
Thank you very much!! I had so many problems configuring this library!! Great work!
bartlunatyk 4 months ago
Best Installation tutorial ever!!
SmartLabRat 4 months ago 2
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.'
manikumar510 5 months ago
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.
aaborkar 6 months ago
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.
emeanyack 7 months ago
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
@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
emeanyack 7 months ago
Thanks very much. Eventually got it done :-)
bbyrne1able 7 months ago
Comment removed
bbyrne1able 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
@MrAntiDanti Thanks very, dont know how I managed to do that.
bbyrne1able 7 months ago
I dont have that visual studio file in my build folder after using cmake. what are you clicking? what do I open in visual studio?
Pavtsa 9 months ago
@Pavtsa the compiler exe should by in ""C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe""
MrAntiDanti 9 months ago
hey! erm how exactly do you install cmake?..
TheZoobiscuit 10 months ago
hi there
great stuff. done everything but cant see the source code you are writing. can you copy paste it here
thx
b1lal123456789 10 months ago
Is there a better quality video somewhere or written instruction because I can only make out half of what is being done...
Thrashmetalman 10 months ago
Hi, I'm totally new to C++ and OpenCV.
I get an error at the imread-line: cv::Mat img - cv::imread("myFilePath");
error C2143: syntax error : missing ';' before '-'
tobiaspahlberg 10 months ago
@tobiaspahlberg cv::Mat img = cv::imread("myFilePath"); you have to use "=" not "-"
MrAntiDanti 10 months ago
@MrAntiDanti Thanks, of course... that worked much better. Though I still can't see that it's an "=" even in 1080p ;)
tobiaspahlberg 10 months ago
Thanks you so much ! You saved me hours !
Kanyanisback 10 months ago
hey thanks for the great video..i did everything exactly as u guys said but i still got the following error.....while running the program..the program builds successfully..
Unhandled exception at 0x7635b727 in helloworld.exe: Microsoft C++ exception: cv::Exception at memory location 0x003deb74
gebspsg 11 months ago
@gebspsg: Hard to say! When you compile to code there are no errors?! Make sure that you copy the right binary Files. Do not take the Original binary’s you have to use the C-Make generated Files! I don’t know if the developers fix the C-Make list (warning during building). If so there should be generated header files, then use them.
MrAntiDanti 11 months ago
@MrAntiDanti thanks for the info. I fixed it....and great video! it was really helpful!! thanks!!!
gebspsg 11 months ago
@gebspsg I also got exactly the same error.Did you got the correct solution after that?Please help.
2050ae 9 months ago
@2050ae Check if you set up correctly the Debug and Release settings. When you use Debug (e.g. opencv_core220d.lib) LIB's and BIN's in the Release compile mode this may cause such an error.
Check all your VS settings (C/C++, Linkers and Prebuild)
MrAntiDanti 8 months ago
@2050ae Check if you set up correctly the Debug and Release settings. When you use Debug (e.g. opencv_core220d.lib) LIB's and BIN's in the Release compile mode this may cause such an error.
Check all your VS settings (C/C++, Linkers and Prebuild)
MrAntiDanti 8 months ago
co za asy!!!!!!
kwstas1995 11 months ago
Thank you very much!
f3l1p1nn 1 year ago