If you’d like to buy me a coffee ☕
👉 https://buymeacoffee.com/yunustemurlenk
There were many requests about showing an OpenCV C++ setup in Visual Studio Code. So in this video I am showing 2 ways to run a simple opencv c++ example in VS Code.
Command I used for the first way: g++ -std=c++14 opencvTest.cpp `pkg-config --libs --cflags opencv4` -o output
🌠 A proper OpenCV ınstallation video: https://www.youtube.com/watch?v=X6cXBqIz464
🌠 You may want to watch also: https://www.youtube.com/watch?v=8i3BiWa5AZ4
🌠 Stackoverflow: https://stackoverflow.com/users/11048887/yunus-temurlenk?tab=profile
🌠 Github: https://github.com/yunus-temurlenk?tab=repositories
🌠 Twitter: https://twitter.com/code_enjoy
🌠Hashnode: https://yunustemurlenk.hashnode.dev/
▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬
0:00 - Introduction
0:30 - First way (ugly)
3:45 - Second way (beautiful)
If you see any mistake and any advice please comment. Thanks for watching...
#c++, #opencv, #vscode
Download
0 formats
No download links available.
How to use OpenCV (C++) in Visual Studio Code | Quick SetUp | NatokHD