A series of convenience functions to make basic image processing operations such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV and Python.
MIT License
4.54k
stars
1.03k
forks
source link
Add pause/resume functionality to FPS (closes #227) #228
Does not break existing API.
Add
pause
andresume
methods to FPS in order to pause and resume the timer in an accurate way.Calls to
update
will not increment frame count while the timer is paused.Also, convert old comments to proper docstrings.