Harris Corner
Last updated
Last updated
Detect Corner using a Matrix which composed of intensity gradient at pixels as it elements. Then a value is calculated using eigen values of that Matrix and If that value is greater than certain threshold then that pixel is considered as a corner. Note:- Harris Corner is not scale invarient. Therefore we have to tweak this method to make it scale invarient using windows of different size for same image of different size. For this we have to find the scale factor of two different image. Shi-Tomasi used R = , which worked better than normal harris corner.