error: (-215:Assertion failed) (npoints = prevPtsMat.checkVector(2, CV_32F, true)) >= 0 in function 'calc' #64
Unanswered
Archangel31
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting the following error for my video file.
error: (-215:Assertion failed) (npoints = prevPtsMat.checkVector(2, CV_32F, true)) >= 0 in function 'calc'
Here is the code:
old_gray = cv2.cvtColor(frames[0],cv2.COLOR_BGR2GRAY)
old_features = cv2.goodFeaturesToTrack(old_gray,**self.features)
Please help!
Beta Was this translation helpful? Give feedback.
All reactions