Proof of Concepts: Develop Python GUI apps
Link: Life2Coding Playlist YouTube: https://www.youtube.com/playlist?list=PL9dP0m_Cqlh-s0-QY8OYheWzHDiHaqw5N
- Hello World with Python GUI
- Load image with OpenCV and Python GUI
- Open and Save image with OpenCV and Python GUI
- Open, Apply Canny and Save image with OpenCV and Python GUI
- Apply Canny with Slider (Trackbar) to image with OpenCV and Python GUI
- Detect Face and Eyes (Haar Cascades) with OpenCV and Python GUI
- Haar Cascades OpenCV: https://github.com/npinto/opencv/tree/master/data/haarcascades
Link: Parwiz Forogh Playlist YouTube: https://www.youtube.com/watch?v=yD0iu3n-e_s&list=PL1FgJUcJJ03uO70zDLDF3oaTu6s2QLOPa
- Main Window
- QPush Button
- QPush Button: Icon image + Tooltip
- Events and Signals
- QHBox and QVBox Layouts
- Grid Layout
- Labels
- Images
- Radio Button
- Check Box
- Line Edit
- Progress Bar
- OpenCV
- NumPy
- Matplotlib
- PyQt5
- PyQt5-Tools