MATLAB Design School Project
This project tracks circular objects from webcam video and animates the movement in real time on a matlab plot. The code works in a while loop by taking a snapshot of the webcam footage and searching for circles that have a radius of a set range. The code then finds the x, y components of the center of the circle and those components are plotted on an x,y graph. The while loop allows for the animation to continue as long as the circle is within the view of the webcam. This works for multiple circular objects at once.
This was designed in MATLAB for Engr30 at Cabrillo College.