Dewarping with Thin Plate Spline Algorithm ?
millot1
I know of ImageInterpolate Warp to correct images for spatial distortion using a grid of x-y displacement values.
Is there any chance to see Thin Plate Spline implemented in Igor 7 Future releases ?
Many thanks
If I needed to be able to generate an effect similar to it I'd seriously consider converting the data to a triplet wave and applying the Voronoi interpolation which is superior to any spline that I have seen. Also note that unless you are applying some tricks, the straight LU decomposition in TPS is supposedly not better than O(N^2.37) while the Voronoi is basically O(N^2).
A.G.
WaveMetrics, Inc.
December 22, 2016 at 04:18 pm - Permalink
I was hoping to do something similar to :
Labaria, G. R., Warrick, A. L., Celliers, P. M. & Kalantar, D. H. A robust in-situ warp-correction algorithm for VISAR streak camera data at the National Ignition Facility. in (eds. Awwal, A. A. S. & Lane, M. A.) 9345, 93450Q (2015).
January 10, 2017 at 05:02 pm - Permalink
January 12, 2017 at 10:15 am - Permalink