OpenCV-Tutorials
OpenCV-Tutorials copied to clipboard
AttributeError: module 'cv2.data' has no attribute 'haarcascade'
i have an error: AttributeError: module 'cv2.data' has no attribute 'haarcascade' how can i solve that?
Did you try cv2.data.haarcascades (plural s)?