Previous Versions of KLT

Combined:

With affine warping:

Without affine warping:

Extra images (originally intended to keep the source code download small, but unnecessary now that network speeds have increased so much):  extra images (407 KB).

Obsolete note that was included with earlier versions of KLT: On some systems it may be necessary to change manually

  1. (in the code) expf() to exp() and logf() to log(), and/or fsqrt() to sqrtf(), or
  2. (in the Makefile) $$@ to example1 and $@ to example1, and likewise for the other examples.
    Unfortunately, all versions of make do not recognize these shortcuts.