-
Notifications
You must be signed in to change notification settings - Fork 313
Open
Description
main()
listOfPossiblePlates = DetectPlates.detectPlatesInScene(imgOriginalScene) # detect plates
listOfPossibleCharsInScene = findPossibleCharsInScene(imgThreshScene)
imgContours, contours, hierarchy = cv2.findContours(imgThreshCopy, cv2.RETR_LIST, cv2.CHAIN_APPROX_SIMPLE) # find all contours
ValueError: not enough values to unpack (expected 3, got 2)
Metadata
Metadata
Assignees
Labels
No labels