PyImageSearch / imutils

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

Fix dynamic fps() #145

Open shaunastarabadi opened 5 years ago

shaunastarabadi commented 5 years ago

Allow fps() to dynamically get FPS value without having to call stop(), else it produces error, because _end is undefined.