[julia-users] Re: Options for constructing a 3D surface from a point cloud

2016-04-21 Thread J Luis

Is something like this 
that
 
you want?
Maybe Simon can make us a generic example on how to plot the point clouds 
like this.

quinta-feira, 21 de Abril de 2016 às 11:59:07 UTC+1, Simon Danisch escreveu:
>
> Well just for visualization you should checkout glvisualize 
> ... 
>
> Am Mittwoch, 17. Februar 2016 18:46:57 UTC+1 schrieb Chris:
>>
>> If I have a set of 3D points, randomly sampled from some arbitrary 
>> surface, what are my options (in terms of Julia packages) for 
>> reconstructing the surface for plotting? I've done a little research and 
>> found the Meshes.jl package, but I can't find any good examples or 
>> documentation for it. In case it's not already obvious, I'm completely new 
>> to this topic, so any direction would be appreciated.
>>
>> Thanks,
>> Chris
>>
>

[julia-users] Re: Options for constructing a 3D surface from a point cloud

2016-04-21 Thread Simon Danisch
Well just for visualization you should checkout glvisualize 
... 

Am Mittwoch, 17. Februar 2016 18:46:57 UTC+1 schrieb Chris:
>
> If I have a set of 3D points, randomly sampled from some arbitrary 
> surface, what are my options (in terms of Julia packages) for 
> reconstructing the surface for plotting? I've done a little research and 
> found the Meshes.jl package, but I can't find any good examples or 
> documentation for it. In case it's not already obvious, I'm completely new 
> to this topic, so any direction would be appreciated.
>
> Thanks,
> Chris
>


[julia-users] Re: Options for constructing a 3D surface from a point cloud

2016-02-17 Thread J Luis
It is not yet registered but you can use GMT 
, namely its module 'surface' to do a 
minimum curvature interpolation (but other algorithms are available as 
well).

quarta-feira, 17 de Fevereiro de 2016 às 17:46:57 UTC, Chris escreveu:
>
> If I have a set of 3D points, randomly sampled from some arbitrary 
> surface, what are my options (in terms of Julia packages) for 
> reconstructing the surface for plotting? I've done a little research and 
> found the Meshes.jl package, but I can't find any good examples or 
> documentation for it. In case it's not already obvious, I'm completely new 
> to this topic, so any direction would be appreciated.
>
> Thanks,
> Chris
>