Added basic bicubic SRTM void filling
commita7f5c364d1524a228f23aa1e329a027d63aaf0fb
authorJames Hogan <james@albanarts.com>
Tue, 25 Nov 2008 12:14:49 +0000 (25 12:14 +0000)
committerJames Hogan <james@albanarts.com>
Tue, 25 Nov 2008 12:14:49 +0000 (25 12:14 +0000)
treeab7fc64fc03da519ed561a6aa8c6492be077b50a
parentd60be3b6d4d8ada8c3c06ac97a0413d21bbe07b1
Added basic bicubic SRTM void filling

uses catmull-rom splines instead of linear interpolation with second point on each side of gap extended by size of gap
results aren't very good, get some odd ridges etc, it needs some smoothing applied to the void points
also needs some gui to custom void filling algorithm
NOTES
geo/tcSrtmData.cpp
geo/tcSrtmData.h
maths/CMakeLists.txt
maths/Spline.h [new file with mode: 0644]
maths/SplineDefinitions.cpp [new file with mode: 0644]
maths/SplineDefinitions.h [new file with mode: 0644]