Class GradientCornerDetector

java.lang.Object
imagingbook.common.corners.GradientCornerDetector
Direct Known Subclasses:
HarrisCornerDetector, MopsCornerDetector, ShiTomasiCornerDetector

public abstract class GradientCornerDetector extends Object

Abstract super class for all corner detectors based on the local structure matrix (tensor). See Ch. 6 of [1] for details.

[1] W. Burger, M.J. Burge, Digital Image Processing – An Algorithmic Introduction, 3rd ed, Springer (2022).

Version:
2022/03/30
See Also: