[Paraview] Bugs/features to consider/close
David Doria
daviddoria at gmail.com
Wed Apr 28 08:09:02 EDT 2010
On Wed, Apr 28, 2010 at 4:18 AM, Christian Werner
<christian.werner at rwth-aachen.de> wrote:
> Hi!
>
> We could definitely use a Iterative Clostes Points Interface in Paraview
> here. You have my vote for this feature request.
>
> Best regards,
> Christian
The ICP interface was much easier than the LandmarkTransform
interface. I simply take two vtkPolyData inputs, pass them to the
vtkIterativeClosestPointTransform filter, then apply that transform to
the source dataset with vtkTransformPolyDataFilter. It has some
checkboxes for options of which type of transform to use (rigid,
similarity, affine) and a check box for "align centers".
Here is the code and a good pair of sample data:
http://www.rpi.edu/~doriad/Paraview_List/ICP/
Please let me know what you think!
Thanks,
David
More information about the ParaView
mailing list