- Understanding ‘self’ variable (https://www.askpython.com/python/python-self-variable)
- Create batch file to run Python script (https://datatofish.com/batch-python-script/)
Python OpenCV links:
- OpenCV – flip and rotate images and videos (https://note.nkmk.me/en/python-opencv-numpy-rotate-flip/)
- OpenCV – fps, frame number and video time (https://www.tutorialexample.com/a-beginner-guide-to-python-get-video-duration-with-opencv-python-tutorial/)
- OpenCV – image filtering, blurring ( https://pythonprogramming.net/blurring-smoothing-python-opencv-tutorial/ )
- OpenCV – Morphological Transformations / Operations (https://docs.opencv.org/master/d9/d61/tutorial_py_morphological_ops.html)
- OpenCV – Median Filter / Blur (https://en.wikipedia.org/wiki/Median_filter)
Python operations:
- Indexing and slicing for list, tuple, strings and other sequential type (https://railsware.com/blog/python-for-machine-learning-indexing-and-slicing-for-lists-tuples-strings-and-other-sequential-types/)
Python Challenges