LOVIHO |
|
|
|
Local visual homing is the ability of a robot to return to a previously visited place under visual control. This can be achieved by comparing the robot's current camera image with an image taken during a former visit of that place. Furthermore, homing methods can be used to take the bearing from the current position to the former robot position. This project aims to develop robust and accurate homing methods which can be used as a building block for long-range navigation methods based on topological maps.
Local visual homing is the ability of a robot to return to a previously visited place under visual control. Within this project, we will develop robust and accurate visual homing methods which can be used as a building block for long-range navigation methods based on topological maps.
read more »
The original warping-method used 1d-images and was recently extended to 2d-images. The key components of warping methods are a prediction how features (in this case image columns) are shifted (and in the 2d case scaled) depending on the robot's movements and an exhaustive search in the space of possible movement parameters. Recent improvements (i) speed up the computations by restricting the search space, (ii) lift the equal-distance assumption inherent to the original warping-methods, and (iii) solve the optimization by an exhaustive search based on dynamic programming.
Our original block-matching method was the first homing method applying optical-flow techniques. In the course of this project, this method was improved by (i) restricting the search space to image regions along which features (in this case small image patches) move when the robot moves, (ii) by testing a wide range of distance functions for comparing image patches and (iii) by extending the method by an implicit visual compass exploiting the close relation between flowline-matching and our 2d-warping methods.