I want to detect the characters of car's license plate. I saw this post yesterday, but when I run the program I get this error:
contours,hierarchy = cv2.findContours(imgBWcopy.copy(), cv2.RETR_LIST, cv2.CHAIN_APPROX_SIMPLE)
ValueError: too many values to unpack"
Why? Does anybody have different way to detect characters?