简体   繁体   中英

Digital Image Processing via Python

I am starting a new project with a friend of mine, we want to design a system that would alert the driver if the car is diverting from its original path and its dangerous. so in a nutshell we have to design a real-time algorithm that would take pictures from the camera and process them. All of this will be done in Python. I was wondering if anyone has any advises for us or maybe point out some stuff that we have to consider

Cheers !

You can search for this libraries: dlib, PIL (pillow), opencv and scikit learn image. This libraries are image processing libraries for python.

Hope it helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM