Through this project, i implemeted various Computer Vision algorithms. Algorithms include detecting edges using Harris corners, Lucas-Kanade optical flow and warping using Lucas-Kanade, SIFT, RANSAC, Particle Filter tracking, Gaussian & Laplacian pyramids. The main obstacle with this project is converting the mathematical algorithm into python code. Developed using Python-OpenCV