Object Path Tracing Using MATLAB
PATH TRACING WITH IMAGE DIFFERENCE METHOD The Image Processing Algorithm Used is called Image Differential which can be used to track moving objects. The objective of video tracking is to associate target objects in consecutive video frames. The association can be especially difficult when the objects are moving fast relative to the frame rate . Another situation that increases the complexity of the problem is when the tracked object changes orientation over time. For these situations video tracking systems usually employ a motion model which describes how the image of the target might change for different possible motions of the object. To perform video tracking an algorithm analyses sequential video frames and outputs the movement of targets between the frames. There are a variety of algorithms, each having strengths and weaknesses. Considering the intended use is...