Class ShiTomasiCornerDetector

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

This is an implementation of the Shi-Tomasi corner detector, as described in [1]. This class extends GradientCornerDetector (where most of the work is done) by defining a specific corner score function and associated threshold. See Sec. 6.3.1 of [2] for additional details.

[1] J. Shi and C. Tomasi. Good features to track. In Proceedings of IEEE Conference on Computer Vision and Pattern Recognition, CVPR’94, pp. 593–600, Seattle, WA, USA (1994).
[2] W. Burger, M.J. Burge, Digital Image Processing – An Algorithmic Introduction, 3rd ed, Springer (2022).

Version:
2022/03/30