+ 16
OpenCV 3 C++ Graphics
A thread on learning OpenCV 3. If you are familar with the software I would appreciate your input Includes - Downloads - Tutorials - Tips
7 Antworten
+ 4
The first link is in C++ and Python.
The second link is only in Python.
I found the second link quite useful because the author's explanations are easy to understand. I hope everyone looking into learning opencv can benefit from it.
https://www.learnopencv.com/
https://www.pyimagesearch.com/
+ 8
OpenCV 3 Installation Tutorial
https://www.youtube.com/watch?v=7SM5OD2pZKY&t=636s
cheatsheet for tutorial
https://github.com/MicrocontrollersAndMore/OpenCV_3_Windows_10_Installation_Tutorial/blob/master/Installation%20Cheat%20Sheet%201%20-%20OpenCV%203%20and%20C%2B%2B.pdf
+ 7
A Video free course from Packt
- https://www.youtube.com/playlist?list=PLTgRMOcmRb3ObngSRtyKpJPwTyX1h4Kr0
+ 6
The installation tutorial
- Shows how to install the program
- Add its libraries to visual studio
- Color tracking
- Image Rendering ( use C++ to open and generate images )
+ 5
Visual Studio for those who do not have it.
https://www.sololearn.com/discuss/410578/?ref=app
+ 4
@Kinshuk
/** You're Welcome! */
+ 1
thanks 😎