Skip to content

Draw processed image within selected mouse rectangle. Alternates drawing with different image processing functions: threshold, GaussianBlur, medianBlur.

Notifications You must be signed in to change notification settings

oceanlantern/fun-with-python-opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Draw processed image within selected mouse rectangle. Alternates drawing with different image processing functions: threshold, GaussianBlur, medianBlur.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages