Class MopsCornerDetector

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

This is an implementation of the corner detector described in [1]. This class extends GradientCornerDetector (where most of the work is done) by defining a specific corner score function and associated threshold. The corner score is defined as the harmonic mean of the local structure tensor's eigenvalues lambda_1, lambda_2. See Sec. 6.3.2 of [2] for additional details.

[1] M. Brown, R. Szeliski, and S. Winder, Multi-image matching using multi-scale oriented patches, in Proc. of the IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR'05), 2005, pp. 510–517.
[2] W. Burger, M.J. Burge, Digital Image Processing – An Algorithmic Introduction, 3rd ed, Springer (2022).

Version:
2022/03/30