onuzbee / Indian-Number-Plate-Recognition-System

Indian Number Plate Recognition System built using OpenCV
86 stars 67 forks source link

error while execution #2

Closed KNITPhoenix closed 3 years ago

KNITPhoenix commented 5 years ago

Screenshot from 2019-04-13 04-14-42

harshil-darji commented 5 years ago

In line number 55, remove im2 variable as it is useless.

karthick-codehub commented 4 years ago

im2,contours, hierarchy= cv2.findContours(morph_img_threshold,mode=cv2.RETR_EXTERNAL,method=cv2.CHAIN_APPROX_NONE)

REPLACE TO

contours, hierarchy= cv2.findContours(morph_img_threshold,mode=cv2.RETR_EXTERNAL,method=cv2.CHAIN_APPROX_NONE)