Previous Versions of KLT

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

Note:  The code was originally written for Unix.  The download page used to contain the following notice, but I suspect it may be obsolete now:

NOTE: 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.