Activity 12: Video Processing

A video is basically made up of many images consecutively shown to a viewer who perceive the movements to be smooth, thus making it into a movie. Note that for humans, we can only perceive it to be smooth if there are more than 15 images (or referred to as frames) shown every second. A video is basically made up of many images consecutively shown to a viewer who percieve the movements to be smooth, thus making it into a movie. Note that for humans, we can only perceive it to be smooth if there are more than 15 images (or referred to as frames) shown every second. Each video has a frame rate for which it is number of successive images shown in a second. Most cameras has around 30 frames per second (fps), that is 1/30 second for each of the image. From previous experiments, we usually apply only the processing on a single image. For a video, we can include a different dimension as measurement, that is, time. Therefore using video, we can extract the dynamics or ki...