數學分類文章 顯示方式:簡文 | 列表

July 12,2005

Thin Plate Spline

發現 Thin Plate Spline 對於解決我目前的問題滿有用的。放上 blog,當作記錄,也順便養寵物。原文在 MathWorld

The thin plate spline is the two-dimensional analog of the cubic spline in one dimension. It is the fundamental solution to the biharmonic equation, and has the form

U(r)==r^2lnr.

Given a set of data points, a weighted combination of thin plate splines centered about each data point gives the interpolation function that passes through the points exactly while minimizing the so-called "bending energy." Bending energy is defined here as the integral over R^2 of the squares of the second derivatives,

I[f(x,y)]==intint_(R^2)(f_(xx)^2+2f_(xy)^2+f_(yy)^2)dxdy.

Regularization may be used to relax the requirement that the interpolant pass through the data points exactly.

The name "thin plate spline" refers to a physical analogy involving the bending of a thin sheet of metal. In the physical setting, the deflection is in the z direction, orthogonal to the plane. In order to apply this idea to the problem of coordinate transformation, one interprets the lifting of the plate as a displacement of the x or y coordinates within the plane. Thus, in general, two thin plate splines are needed to specify a two-dimensional coordinate transformation.


Posted by bubblesld at 樂多Roodo!14:22回應(0)引用(0)
 [第一頁]  [1]  [2]