We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
font=cv2.cv.InitFont(cv2.cv.cv_FONT_HERSHEY_COMPLEX_SMALL,1,1,0,1)
when I write this the error of module 'cv2.cv2' has no attribute 'cv' come:( help me plsssss
The text was updated successfully, but these errors were encountered:
Appearantly here's solution to this (well, similar) problem: #21 But for me, installing contrib package didn't solve anything.
Sorry, something went wrong.
Opencv removed the attribute in one of the updates, the alternative which works is cv2.CASCADE_SCALE_IMAGE. For more info: https://stackoverflow.com/questions/41341409/where-is-cv-haar-scale-image-in-opencv-3-1-0-with-python-3-5
No branches or pull requests
font=cv2.cv.InitFont(cv2.cv.cv_FONT_HERSHEY_COMPLEX_SMALL,1,1,0,1)
when I write this the error of module 'cv2.cv2' has no attribute 'cv' come:(
help me plsssss
The text was updated successfully, but these errors were encountered: