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

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

Al momento, stai seguendo questo contributo

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.

Cita come

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

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
1.0.0.0