HaNguyen99ptit / sift

SIFT algorithm in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scale-Invariant Feature Transform - SIFT

You can find what is it here

Basically it's 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).

It is used to detect similar points in image with affine transformations

About

SIFT algorithm in Python


Languages

Language:Python 100.0%