[vtkusers] Sub-sampling a point cloud

Sarah Macumber S.Macumber at QuestReliability.com
Fri Apr 25 12:58:27 EDT 2008


I did Amy & it works great to subsample my large data sets, I still have
trouble visualizing as many points as I actually do have (10 million).
Any suggestions for how to visualize lots and lots of data in a point
cloud?  Also when I try to use Marching Cubes or Delauny to get polygon
info from my point cloud it doesn't look so great, am I missing
something, do I need a cell set?

Thanks Sarah

-----Original Message-----
From: Amy Squillacote [mailto:ahs at cfdrc.com] 
Sent: Friday, April 25, 2008 6:45 AM
To: Sarah Macumber
Cc: vtkusers at vtk.org
Subject: Re: [vtkusers] Sub-sampling a point cloud

Have you tried vtkMaskPoints? This will work if you are using a point 
cloud (i.e., vertices only, no triangles, quads, etc.). If you do have 
geometry (triangles, quads, ...), there are a few decimation algorithms 
in VTK you could try: vtkDecimatePro, vtkQuadricClustering, ... (Look at

the on-line documentation for others.)

- Amy

Sarah Macumber wrote:
> -->
>
> Hi, does anyone know what a good way to sub-sample or down sample a 
> point cloud of data would be?  As in, if you had a million points 
> representing a 3D object like a  cylinder how could you sub-sample 
> that data so you only had a thousand points which still represented 
> the geometry but coarsely?
>
>  
>
> Thanks in advance, Sarah
>
>  
>
> *************************************************************
>
> Sarah Macumber, Engineer
>
>  
>
> Quest Reliability, LLC
>
> 2465 Central Avenue, Suite 110
>
> Boulder, Colorado  80301
>
> direct line: (303) 938-3024
>
> office line: (303) 415-1475   FAX: (303) 415-1847
>
> web: http://www.QuestReliability.com
>
>  
>
>
------------------------------------------------------------------------
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>   

-- 
Amy Squillacote                    Phone: (256) 726-4839
Computer Scientist                 Fax: (256) 726-4806
CFD Research Corporation           Web: http://www.cfdrc.com
215 Wynn Drive, Suite 501
Huntsville, AL  35805





More information about the vtkusers mailing list