I\'m trying to run this script:
https://github.com/openalpr/train-detector/blob/master/crop_plates.py
I\'ve never dealt with python before. First of all I ha
cv2.cv doesn't exists in OpenCV 3.0. Use simply cv2
cv2.cv
cv2
Also, the attribute is no more CV_HOUGH_GRADIENT but HOUGH_GRADIENT
So what you looking for is probably:
cv2.HOUGH_GRADIENT