The Harris example resides in the L2/examples/harris directory. This benchmark tests the performance of the harris function. The harris function detects corners in the image using harris corner detection and non-maximum suppression algorithms. The tutori
Harris corner detection algorithm is a gray level image corner detection method based on a template [25]. The algorithm detects the gray value change in the neighborhood of the detected pixel, and defines the pixel as a corner point when the change is large enough. We now give a brief ...