sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.31k stars 451 forks source link

Using ODR to fit surfaces to point clouds #11511

Open jasongrout opened 13 years ago

jasongrout commented 13 years ago

This thread on numpy-discussion points to a nice way to construct a surface from a point cloud.

http://thread.gmane.org/gmane.comp.python.numeric.general/44470

This is potentially useful, maybe as an option to implicit_plot3d to do a better job of getting a surface?

Component: graphics

Issue created by migration from https://trac.sagemath.org/ticket/11511

jasongrout commented 13 years ago

Description changed:

--- 
+++ 
@@ -1 +1,5 @@
-This thread on numpy-discussion points to a nice way to construct a surface from a point cloud.  This is potentially useful, maybe as an option to implicit_plot3d to do a better job of getting a surface?
+This thread on numpy-discussion points to a nice way to construct a surface from a point cloud.  
+
+http://thread.gmane.org/gmane.comp.python.numeric.general/44470
+
+This is potentially useful, maybe as an option to implicit_plot3d to do a better job of getting a surface?