Class HarrisCornerDetector

java.lang.Object
imagingbook.common.corners.GradientCornerDetector
imagingbook.common.corners.HarrisCornerDetector

This is an implementation of the Harris/Stephens corner detector, as described in [1]. See Sec. 6.2 of [2] for additional details. This class extends GradientCornerDetector (where most of the work is done) by defining a specific corner score function.

[1] C. G. Harris and M. Stephens. A combined corner and edge detector. In C. J. Taylor, editor, 4th Alvey Vision Conference, pp. 147–151, Manchester (1988).
[2] W. Burger, M.J. Burge, Digital Image Processing – An Algorithmic Introduction, 3rd ed, Springer (2022).

Version:
2022/03/30