ScaViSLAM icon indicating copy to clipboard operation
ScaViSLAM copied to clipboard

Improve image warping

Open strasdat opened this issue 13 years ago • 0 comments

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?)

strasdat avatar Dec 04 '11 19:12 strasdat