3D Point set warping by thin-plate/rbf function

Version 1.0.0.0 (19.3 KB) by Wang Lin
3D Point set warping by thin-plate/rbf function
547 Downloads
Updated 9 Nov 2015

View License

Radial basis function/Thin-plate spline 3D point set warping.
p3do = rbfwarp3d( p3d, ps, pd, varargin )
input:
p3d: 3d point set
ps: 3d source landmark [n*3]
pd: 3d destin landmark [n*3]
method:
'gau',r - for Gaussian function ko = exp(-|pi-pj|/r.^2);
'thin' - for Thin-plate function ko = (|pi-pj|^2) * log(|pi-pj|^2)
output:
p3do: output point set

Bookstein, F. L.
"Principal Warps: Thin Plate Splines and the Decomposition of Deformations."
IEEE Trans. Pattern Anal. Mach. Intell. 11, 567-585, 1989.

Cite As

Wang Lin (2024). 3D Point set warping by thin-plate/rbf function (https://www.mathworks.com/matlabcentral/fileexchange/53867-3d-point-set-warping-by-thin-plate-rbf-function), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0