Class SiftDetector

java.lang.Object
imagingbook.common.sift.SiftDetector

public class SiftDetector extends Object

This class implements the detection of SIFT features from images, as described in [1]. See Ch. 25 of [2] for more details.

Currently only images of type FloatProcessor are supported. The input image is normalized to values in [0,1] before SIFT detection starts. A large set of parameters can be specified (see SiftParameters).

[1] D. G. Lowe. Distinctive image features from scale-invariant keypoints. International Journal of Computer Vision 60, 91–110 (2004).
[2] W. Burger, M.J. Burge, Digital Image Processing – An Algorithmic Introduction, 3rd ed, Springer (2022).

Version:
2022/11/20
See Also: