Interpreting images spatially is a daunting task which is achieved by detecting corners and features. The most important task of detecting features is achieved by Harris Corner Algorithm. The algorithm is not robust to different scale of the same image. The algorithm may detect corner but when the image is zoomed in, the corner may appear as ridges. We use the corners detected from Harris Corner algorithm and treat these as key points to pass into Scale Invariant Feature Transform (SIFT) algorithm. The SIFT algorithm extracts descriptor vector of dimension 128 X 1 from these corners and can be used to find similarity between different images. This process is quite robust to noise, intensity, scale and occlusion and is used for matching images from a database of descriptors. We have investigated both the algorithms in this paper and made a modified version of Harris Corner algorithm by performing different kind of thresholding, both of them gave a little different result.Keywords Harris Corners • feature detection • image matching • key points detector • auto correlation • SIFT * Jimut Bahan Pal is an alumni of St. Xavier's College. He is currently pursuing M.Sc. in RKMVERI, Belur. This project was done under the supervision of Tamal Maharaj.