[vtkusers] Point Cloud Registration using ICP

David Doria daviddoria at gmail.com
Tue Jun 2 12:36:46 EDT 2009


On Tue, Jun 2, 2009 at 12:28 PM, John Durkin <jrd5084 at psu.edu> wrote:

> Dear vtk users and developers,
>
>
> I have a series of point clouds that describe a 3d scene.  I'm trying
> to register them all in the same coordinate system, preferably using
> iterative closet points algorithm.  Can I do this using
> vtkIterativeClosestPointTransform ?  I have my data stored as
> vtkPoints in vtkPolyData but vtkIterativeClosestPointTransform says it
> only maps surfaces.  Are there any better examples using ICP?
>
> Thanks,
>
> John
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>

John, I have put an example here:

http://www.vtk.org/Wiki/Iterative_Closest_Points_%28ICP%29_Transform

The implementation does not allow for partial overlap at all, all points
must have a good match, or one set must be a strict subset of the other to
get reasonable results.

Thanks,

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20090602/d5a36df2/attachment.htm>


More information about the vtkusers mailing list