This is a simple visual compass for use in robotics projects. The idea is to make the robot look at the ceiling to determine its orientation. First a few images of the ceiling must be captured, all with the north facing upwards. The algorithm will detect and record SIFT features of these images. Later, when the robot needs to check its orientation, it samples a new image of the ceiling. The algorithm then detects the SIFT features of the sampled image and tries to match with every set of SIFT features detected from the reference images. Then it finds the best match and returns the angle in radians
-
Notifications
You must be signed in to change notification settings - Fork 0
This is a simple visual compass for use in robotics projects. The idea is to make the robot look at the ceiling to determine its orientation. First a few images of the ceiling must be captured, all with the north facing upwards. The algorithm will detect and record SIFT features of these images. Later, when the robot needs to check its orientati…
License
tioguerra/VisualCompass
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This is a simple visual compass for use in robotics projects. The idea is to make the robot look at the ceiling to determine its orientation. First a few images of the ceiling must be captured, all with the north facing upwards. The algorithm will detect and record SIFT features of these images. Later, when the robot needs to check its orientati…
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published