ScaViSLAM
ScaViSLAM copied to clipboard
Improve image warping
At the moment we don't use the best method. The surface normals are only estimated very roughly, and then the patches are warped projectively.
There are three options:
- Use a Sim(2) warping scheme (2d rotation + scaling).
- Use an affine warping.
- Properly estimate normals. (Maybe on the GPU?)