[vtkusers] ActiViz C# | add 2 actors

Maarten Beek beekmaarten at yahoo.com
Mon Jan 20 10:03:55 EST 2014


Both data have their own coordinate system. One from the apparatus that generated the skin surface, the other one from the NDI tracker. Both data would be in the same coordinate system if some calibration of the equipment is performed.

The current data has to be registered to each other (moving one object into the coordinate system of the other). A first step would be to align the centers (see: vtkClosestPointTransform), then some additional iterations would be required to improve the registration.





On Saturday, January 18, 2014 7:44:23 PM, Matias Montroull <matimontg at gmail.com> wrote:
 
Hi,

I've managed to add 2 actors to a render, however, I would like to set the same center for both..

Reason being is that I have a skin face surface and a set of points I registered using a NDI tracker. So, I'd like to view both to see how close my points are to the surface to make some tests and then optimization (find the closest points to the surface).

My points appear at the right of the image as shown in the screenshoot attached.. Is that because I need to set the center to be the same por something else I'm missing?



Thanks!

_______________________________________________
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20140120/c124abe1/attachment.html>


More information about the vtkusers mailing list