help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: creating cloud of points


From: Jordi Gutiérrez Hermoso
Subject: Re: creating cloud of points
Date: Thu, 22 Sep 2011 11:15:46 -0500

On 22 September 2011 09:44, Torsten Lange <address@hidden> wrote:
> Hi,
>
> is there a tool to
>
> -> create a cloud of points in 2D (maybe also 3D)
>   -> with avarage/min/max distance
> -> clip the cloud by a boundary?

scatter and scatter3 may do so, but if your cloud is gigantic (say,
more than a few thousand points) you won't get good performance with
Octave. You could try meshlab instead which is optimised for exactly
this purpose:

    http://meshlab.sourceforge.net/

HTH,
- Jordi G. H.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]