<div dir="ltr">I've actually got several baseline images to push in. I'll try and do this tonight when I have more time.<div><br></div><div>BTW thanks for your help Bill, the remote module stuff you added is very nice and I see there are some nice modules starting to appear like DICOM (David Gobbi ?), Poisson reconstruction and some Slicer code.</div><div><br></div><div>Best,</div><div>W</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 28, 2016 at 11:43 AM, Bill Lorensen <span dir="ltr"><<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Will,<br>
<br>
To build as a remote module, users should place the attached file in<br>
vtk_source_directory/Remote<br>
<br>
Then<br>
1) cd vtk_build_directory<br>
2) cmake -DModule_vtkPointCloud:BOOL=ON ../VTK<br>
2) make<br>
<br>
<br>
I just tried it and it built great on my mac. It is missing a baseline image.<br>
<br>
Bill<br>
<div><div class="h5"><br>
On Thu, Jan 28, 2016 at 9:12 AM, Will Schroeder<br>
<<a href="mailto:will.schroeder@kitware.com">will.schroeder@kitware.com</a>> wrote:<br>
> FYI- I have committed an initial set of filters for performing point cloud<br>
> processing. Any feedback or suggestions are welcome as this is an initial<br>
> prototype. The work is currently available as a remote module to VTK<br>
> (vtkPointCloud) via this repository:<br>
> <a href="https://gitlab.kitware.com/vtk/point-cloud.git" rel="noreferrer" target="_blank">https://gitlab.kitware.com/vtk/point-cloud.git</a><br>
><br>
> A couple of notes:<br>
> + Right now I am using vtkPolyData to represent the point cloud via a<br>
> vtkPoints instance. There are no vtkVertex, vtkPolyVertex cells created to<br>
> save on memory.<br>
> + The classes will process as input any vtkPointSet dataset<br>
> + There is a general framework for filtering point clouds via the class<br>
> vtkPointCloudFilter. Besides their filtered cloud output, these filters also<br>
> have an optional, second output which contains any points removed from the<br>
> input.<br>
> + Current filters include vtkRadiusOutlierRemoval,<br>
> vtkStatisticalOutlierRemoval, vtkExtractPoints (extract points using an<br>
> implicit function). Some of  these names are inspired by PCL names.<br>
> + All filters are threaded using vtkSMPTools using a threaded locator<br>
> (vtkStaticPointLocator) so I believe that this is relatively fast, although<br>
> I have not done much testing.<br>
> + I'm using vtkPointGaussianMapper in the tests, a class that Ken wrote that<br>
> is very fast.<br>
><br>
> As usual comments and suggestions are requested. In particular any<br>
> suggestions for other filters to write are welcome (to round out some of the<br>
> core functionality). The repository is in flux as I try crazy ideas and try<br>
> to educate myself, so be forewarned.<br>
><br>
> Best,<br>
> W<br>
><br>
><br>
><br>
</div></div><span class="">> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtk-developers</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://public.kitware.com/mailman/listinfo/vtk-developers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtk-developers</a><br>
><br>
><br>
<br>
<br>
<br>
--<br>
</span>Unpaid intern in BillsBasement at noware dot com<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>William J. Schroeder, PhD<br>Kitware, Inc. - Building the World's Technical Computing Software<br>28 Corporate Drive<br>Clifton Park, NY 12065<br><a href="mailto:will.schroeder@kitware.com" target="_blank">will.schroeder@kitware.com</a><br><a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a><br>(518) 881-4902</div></div></div>
</div>