Giter Club home page Giter Club logo

sift-algorithm's Introduction

SIFT-Algorithm

Demonstration of sift algorithm to track objects and observing the effect of each parameter on performance.

SIFT stands for scale-invariant feature transform (SIFT). It is a feature detection algorithm in computer vision to detect and describe local features in images. It was published by David Lowe in 1999. It has sevral applications like image stitching, 3D modeling, gesture recognition and video tracking.

Usage:

Example 1:

FindSomeKeypoints(img1, img2)

Output:

Python


Example 2:

FindSomeKeypoints(img1)

Output: 

Python


Function Description

FindSomeKeypoints)

FindSomeKeypoints(img1, img2)

Inputs:

FName1- An image file of the form {Name1}.{ext}

FName2- An image file that is an optional argument

Params- A Dictionary of keyword-value pairs to be used in SIFT. Params can have from 0 to the total number of SIFT parameters elements.

Outputs:

If the input consists of 1 image:

  • the image with the keypoints overlaid on it are written to a file with the name Keypoints{Name1}.{ext}

  • the Params are written to a text file called ParamsKeypoints{Name1}.txt

If the input consists of 2 images:

  • the image with the keypoints overlaid on it is written to 2 files with the name Keypoints{Name1}.{ext} and Keypoints{Name2}.{ext}

  • an image that depicts the (best) matches between the images are written to a file with the name Keypoints{Name1Name2}Match.{ext}

  • the Params are written to a text file called ParamsKeypoints{Name1Name2}.txt

Authors

sift-algorithm's People

Contributors

adityadutt avatar duttaditya avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

duttaditya

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.