Skip to content

SleepySpaceBear/vision-localization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vision Localization

This is an implementation of the paper Global Localization and Relative Positioning Based on Scale-Invariant Keypoints that uses the Active Vision Dataset. This is my final project for my autonomous robotics class. There are two scripts here, one for creating the database (setup-database.py) and one for querying it (vision-localization.py).

setup-database.py

Usage: python setup-database.py [database dir] [Active Vision instance]

This script takes two parameters: the path to the directory of the database to be created and the path to the active vision dataset instance to be used. The script will then feature match all the images in the dataset against each other and produce an optimal subset for feature-matching queries.

vision-localization.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages