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: • Install LATEST OpenCV 4.8.0 | Ubuntu OpenC...
🌠 You may want to watch also: • How to install CUDA on UBUNTU(Linux) | CUD...
🌠 Stackoverflow: https://stackoverflow.com/users/11048...
🌠 Github: https://github.com/yunus-temurlenk?ta...
🌠 Twitter: / 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