Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 481 Bytes

File metadata and controls

17 lines (12 loc) · 481 Bytes

fun_with_python_opencv

Draw OpenCV processed image within selected mouse rectangle. Alternates drawing with different image processing functions: Threshold, GaussianBlur, MedianBlur.

Demonstrates: Python classes, OpenCV, events, Window processing, File I/O, timing, and exception handling.

Python Versions: Tested with Python versions: 2.7.14 and 3.7.4

pylint: Run pylint with flag --extension-pkg-whitelist=cv2

Preview

Preview