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.
imutils
keypoint factory had bug that caused some issues if users don't have opencv installed with contrib. The default detector forvidstab
(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 theimutils
requirements will be updated toimutils>=0.5.2
.