Harris Corner Detection
The most intuitive explanation of Harris corner detection is: points that exhibit significant changes in any two mutually perpendicular directions. This algorithm was originally proposed by Harris in the paper "A combined corner and edge detector." Implementation-wise, it calculates the gradient covariance matrix and uses the corner response function to identify key points.