移动最小二乘的二维曲面的拟合
moving least-squares for surface fitting
simple 2-d image fitting and human face fitting example.
PS: It's an initial draft, no efficient enouth.(small image input is faster.)
Top is the orignial image on the left and it's 3-d image shown in Matlab on the right.
Botton it the mls output image and it's 3-d image shown in Matlab on the right.
Top is the orignial face depth image on the left and it's 3-d image shown in Matlab on the right.
Botton it the mls output face depth image and it's 3-d image shown in Matlab on the right.
origin image:
after fitting:
[1].Moving Least-squares for surface fitting
[3].深入理解移动最小二乘法曲面拟合
[6].基于移动最小二乘法的曲线曲面拟合(python语言实现)
[7].MLS(移动最小二乘)