On Wed, Apr 28, 2010 at 4:18 AM, Christian Werner
<[email protected]> 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
_______________________________________________
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 ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to