Surface Curvature Matlab equivalent in Python

后端 未结 6 1404
野的像风
野的像风 2021-01-05 18:21

I was trying to calculate the curvature of a surface given by array of points (x,y,z). Initially I was trying to fit a polynomial equation z=a + bx + cx^2 + dy + exy + fy^2)

6条回答
  •  走了就别回头了
    2021-01-05 18:47

    BSD-licensed Python source code for surface fits can be found at

    https://github.com/zunzun/pyeq2

    (I'm the author).

提交回复
热议问题