Re: [Numpy-discussion] 3d ODR

2011-06-17 Thread Christian K .
Robert Kern gmail.com> writes: > > On Thu, Jun 16, 2011 at 06:28, Christian K. hoc.net> wrote: > > Hi, > > > > I need to do fit a 3d surface to a point cloud. This sounds like a job for 3d > > orthogonal distance regression. Does anybody know of an implementation? > > As eat points out, scipy

Re: [Numpy-discussion] 3d ODR

2011-06-16 Thread Robert Kern
On Thu, Jun 16, 2011 at 06:28, Christian K. wrote: > Hi, > > I need to do fit a 3d surface to a point cloud. This sounds like a job for 3d > orthogonal distance regression. Does anybody know of an implementation? As eat points out, scipy.odr should do the job nicely. You should read at least part

Re: [Numpy-discussion] 3d ODR

2011-06-16 Thread eat
Hi, On Thu, Jun 16, 2011 at 2:28 PM, Christian K. wrote: > Hi, > > I need to do fit a 3d surface to a point cloud. This sounds like a job for > 3d > orthogonal distance regression. Does anybody know of an implementation? > How bout http://docs.scipy.org/doc/scipy/reference/odr.htm

[Numpy-discussion] 3d ODR

2011-06-16 Thread Christian K .
Hi, I need to do fit a 3d surface to a point cloud. This sounds like a job for 3d orthogonal distance regression. Does anybody know of an implementation? Regards, Christian K. ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.sc