Drone cat mouse Development
The last program of the subject!. This time we have to deal with a flight problem, its a simple program in which we play the game cat-maouse with a copuple of drones. This exercise is similar to the first one we did in this subject, we have to follow the red drone mouse that can move on it's surrond instead of an static red line. Let's do it! Filtering the image So first thing is to be able to find the mouse on the cat camera. As the last time im using the same process to filter the image, but this time to find the range of high and lows of the mask i made a simple program to help me to find the correct values, as you can see in the next image: In the tracking window are the best values that i find to filter the red ball. So moving the bars i get the High and Low HSV values more eficiently. Note: the drone actually is blue!, so have this in mind to make the mask. You can see the real colour of the drone if you execute in my_solution.py the command cv2.imwrite(), which makes a p...


