We present various algorithms for tracking objects and determining the velocity of moving object in sequence of frames. Using the segmentation technique we can locate a target in the current frame. Target localization in current frame was computationally much complex in the conventional algorithms. Searching an object in the current frame using these algorithms starts from its location of the previous frame in the basis of attraction probably the square of the target area, calculating weighted average for all iteration then comparing similarity coefficients for each new location. We have used various morphological operations and Blob analysis in our algorithms.
The algorithms used are Background Subtraction, Background Estimation, Optical Flow method and Adaptive Contrast Change method. The first two algorithms are simple and used for single object. The remaining two are efficient and used for multiple objects.
MATLAB is used to implement the various algorithms. We have used the Computer Vision System Toolbox in MATLAB. It has