OpenCV and PyQt5: PyQt5 tutorial - Part 05



How to make an OpenCv GUI in Python. The video is part 05 of PyQt5 GUI learning series. This video contains instructions to make a basic photo editing application in Python. The concept of MVC or Model View Controller is implemented with explanation.

Part 01 of PyQt5 learning series: https://youtu.be/ORaBSFhh13A
Part 02 of PyQt5 learning series: https://youtu.be/Vz0s-w4hksY
Part 03 of PyQt5 learning series: https://youtu.be/co4ymeb3FRc
Part 04 of PyQt5 learning series: https://youtu.be/c29ejbtzM3c

Code: https://pyshine.com/Make-GUI-for-OpenCv-And-PyQt5/
Python installation: https://youtu.be/71oXpvx8CsU
PyQt5 and other useful installations: https://youtu.be/jLzLNRK72KI
OpenCV installation: https://youtu.be/iZKVFwez260

Music: https://www.bensound.com

Comments

Popular posts from this blog

Drag and Drop CSV file on Matplotlib based PyQt5 GUI : PyQt5 tutorial - ...

Basic Piano GUI in PyQt5: Part 1

Screen recorder in PyQt5 | How to make Audio Video Screen recorder | PyQt5