1 | initial version |
Dear OpenCV and DEV C++ experts,
I'm trying to set up DEV C++ for using OpenCV but it doesn't work!
I searched a lot and used different instruction from different websites but I'm still getting some errors such as
fatal error C1083: Cannot open include file: 'opencv2/imgproc/imgproc.hpp': No such file or directory
the same for highgui.
Could somebody please share a link or correct instruction for DEV C++ / OpenCV?
Your prompt help is much appreciated! Thank you, Saman
2 | No.2 Revision |
Dear OpenCV and DEV C++ experts,
I'm trying to set up DEV C++ for using OpenCV but it doesn't work!
I searched a lot and used different instruction from different websites but I'm still getting some errors such as
fatal error C1083: Cannot open include file: 'opencv2/imgproc/imgproc.hpp': No such file or directory
the same for highgui.
Could somebody please share a link or correct instruction for DEV C++ / OpenCV?
Your prompt help is much appreciated! Thank you, Saman
Update 1: It should definitely a linker problem but how can I fix it? I tried to follow the instructions posted online. Could you please send a good one for setting DEV C++ for OpenCV? Thanks,
3 | No.3 Revision |
Dear OpenCV and DEV C++ experts,
I'm trying to set up DEV C++ for using OpenCV but it doesn't work!
I searched a lot and used different instruction from different websites but I'm still getting some errors such as
fatal error C1083: Cannot open include file: 'opencv2/imgproc/imgproc.hpp': No such file or directory
the same for highgui.
Could somebody please share a link or correct instruction for DEV C++ / OpenCV?
Your prompt help is much appreciated! Thank you, Saman
Update 1: It should definitely a linker problem but how can I fix it? I tried to follow the instructions posted online. Could you please send a good one for setting DEV C++ for OpenCV? Thanks,
Update 2: Hi berak , I'm still having the linker problem in DEV C++ , when I compile the code it can't find the header file . I think I have included the right folders. Do you have any idea or could you please send the best way to set up the linker stuff in DEV C++ for Open CV ? Thanks, Saman