Harris Corner Detection Algorithm
The Harris corner detection algorithm implementation allows controlling the number of detected corners by adjusting parameters such as sigma, thresh, radius, and disp. The code utilizes gradient computation and eigenvalue analysis to identify corner points based on local intensity variations.