大家好,我已经把CSDN上的博客迁移到了知乎上,欢迎大家在知乎关注我的专栏慢慢悠悠小马车(https://zhuanlan.zhihu.com/duangduangduang)。希望大家可以多多交流,互相学习。
Lagrange Interpolation
- output a polynomial passing all the input control points, interpolated points can be get from the polynomial
- the order of interpolation polynomials increases with the number of control points. Runge phenomenon may happen when the order is too high, which will result in a greator error and oscillation.
- low precision
- rarely used
Bezier Curve Interpolation
- interpolates the first and last control point, while the inner ones are approximated
- the polynomial order grows

7791

被折叠的 条评论
为什么被折叠?



