Get the Shi-Tomasi score of a corner. The idea is similar to Harris score, but it removes constant to calculate the score and just takes the minimum from two eigenvalues.
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 Shi-Tomasi score of a corner. The idea is similar to Harris score, but it removes constant to calculate the score and just takes the minimum from two eigenvalues. We distinguish 3 cases: