saswat0 / License-Plate-Recognition

Detection of license plate and recognising the registration number
Other
23 stars 12 forks source link

what is the opencv version? #6

Closed ishamandrekar closed 3 years ago

ishamandrekar commented 3 years ago

I am getting errors related to opencv when i run "make".

saswat0 commented 3 years ago

Please post your error logs

mahaveerjain98 commented 3 years ago

image

While running the demo.py, is there any need for updating opencv or what is the cause. i commented the imshow statement and it worked well.

saswat0 commented 3 years ago

Opencv>=2.4.9 should work fine Your error seems like an issue with opencv compilation. Run make with opencv as 0 or compile opencv properly before running. I think it causes some issues in windows