AdamSpannbauer / python_video_stab

A Python package to stabilize videos using OpenCV
https://adamspannbauer.github.io/python_video_stab/html/index.html
MIT License
696 stars 120 forks source link

Update imutils req to >= 0.5.2 #47

Closed AdamSpannbauer closed 5 years ago

AdamSpannbauer commented 5 years ago

imutils keypoint factory had bug that caused some issues if users don't have opencv installed with contrib. The default detector for vidstab (cv2.goodFeaturesToTrack) was one of the possible detectors that ran into this error (see #4 & #46).

This issue was recently fixed in imutils 0.5.2; to avoid issues the imutils requirements will be updated to imutils>=0.5.2.