3D Point set warping by thin-plate/rbf function
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 (2025). 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
Platform Compatibility
Windows macOS LinuxCategories
- Image Processing and Computer Vision > Image Processing Toolbox > Geometric Transformation and Image Registration >
- MATLAB > Graphics > Images > Read, Write, and Modify Image >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |