Weekly Update (Week 3)

Week 3 This week we continued to make progress in the software department. The Program is able to identify the magnet as it moves through the dish. We now just have to add the logic so that it will move the dish when it senses the ball's location is under the radius line. We also made a graphical user interface for the program to make it easy to learn how to use. GUI Upon launch Example of the test button function Run Program button example The test button shows the binary image that the program will run the blob detection on. If the ball is not visible you can change the Gaussian Blur. The camera number changes which camera the system will use. If you are using the primary camera the camera number is 1, an external camera number is 2 etc. The Blob detection min area slider changes that minimum pixel area that a blob must be in order for the program to detect it. The processes per second slider changes how many times the program broadcasts the coordinates of the ...