Lab 10

Batch Processing - Motion Tracking

Synopsis
In Lecture 11, we learned how to write all of the components of a motion tracking program. In this lab, we will put those components together to process the two video sequences.


Daily Quiz

Quiz 20


Lab 10

Download the raw data below, and use the information from the previous lecture to develop a motion tracking algorithm. Nearly all of the code you will need to batch process the video data can be found in Lecture 11.
vid1and2.zip

Answer Key

lab10key_20160420.m
mtpreproc.m


Final Words

We've come a long way. In Lecture 1, we learned how to assign values to variables... now, you are writing motion tracking programs. I hope this experience has shown you how programming can advance and accelerate your work in other fields. With your new MATLAB skill set, you can quickly and easily transition to other languages and paradigms when needed. So, enjoy the world of computer science, and don't forget the semicolon.