Get the Harris score of a corner. The idea behind the algorithm is that a
slight shift of a window around a corner along x and y should result in
a very different image.
We distinguish 3 cases:
the score is highly negative: you have an edge
the absolute value of the score is small: the region is flat
Get the Harris score of a corner. The idea behind the algorithm is that a slight shift of a window around a corner along x and y should result in a very different image.
We distinguish 3 cases: