Changeset 434 for trunk/src/tps_eval.m
- Timestamp:
- May 29, 2012, 11:02:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tps_eval.m
r356 r434 1 1 %'tps_eval': calculate the thin plate spline (tps) interpolation at a set of points 2 % see tps_c eff for more information2 % see tps_coeff.m for more information and test_tps.m for an example 3 3 %------------------------------------------------------------------------ 4 4 % function EM = tps_eval(dsites,ctrs) … … 8 8 % from unit sources located at each of the N centers, + (s+1) columns 9 9 % representing the contribution of the linear gradient part. 10 % use : U_interp=EM*U_tps 10 11 % 11 12 %INPUT: 12 %dsites: Nxs matrix representing the postions of the N'observation' sites, with s the space dimension13 %ctrs: Mxs matrix representing the postions of the Mcenters, sources of the tps,13 %dsites: Mxs matrix representing the postions of the M 'observation' sites, with s the space dimension 14 %ctrs: Nxs matrix representing the postions of the N centers, sources of the tps, 14 15 % 15 16 % related functions:
Note: See TracChangeset
for help on using the changeset viewer.