Implemeted iterating lens-correction as described in Verena
commit1b68072ca262f269092ff13a7dfbcfe1355c8969
authorStephan Saalfeld <saalfeld@mpi-cbg.de>
Mon, 6 Jul 2009 13:13:52 +0000 (6 15:13 +0200)
committerStephan Saalfeld <saalfeld@mpi-cbg.de>
Mon, 6 Jul 2009 13:13:52 +0000 (6 15:13 +0200)
treeadb8c991aef8c65c044455413242a925c01e6200
parentd09c0fcc0997a660d5732f80a3d9c96cc31ab808
Implemeted iterating lens-correction as described in Verena
Kaynig's paper.  The algorithm is now:

1. montage
2. measure epsilon
3. while epsilon changes significantly
4.   calculate beta for curent montage
5.   update montage
6.   measure epsilon
7. end while

TODO estimate epsilon for the original point locations
instead of doing it for the updated points, then the list
is not required any more.
lenscorrection/DistortionCorrectionTask.java