/  Deep Learning Interview questions and answers   /  What is SIFT? How to implement SIFT in Computer Vision?
SIFT in Computer Vision (i2tutorials)

What is SIFT? How to implement SIFT in Computer Vision?

The scale-invariant feature transform (SIFT) is an algorithm used to detect and describe local features in digital images. It locates certain key points and then furnishes them with quantitative information (so-called descriptors) which can for example be used for object recognition. The descriptors are supposed to be invariant against various transformations which might make images look different although they represent the same object(s).

SIFT in Computer Vision (i2tutorials)

Leave a comment