P3B Car junction
In this practise we have to make able out car to negociate a car junction. So in order to make this practise let's divide it in some parts: 1. Detect stop signal 2. Look both sides 3. Turn left 1. Detect stop signal First of all we have to make able our car to stop when it reach the stop signal. The car would have a constant lineal velocity and when it detects de stop signal it will start decelerating. To detect the stop firstly i used a red colour filter, but there are some building that also have red parts so the car detect a red signal when it really wasn't. In order to detect truely the stop signal, once the color filter detect something i compare it (cropping it with it's bounding box) with the shape of a true stop signal. Shape stop signal. ...