[vtkusers] How to store a binary image skeleton as a tree or graph?

matheus_viana vianamp at gmail.com
Fri Jul 27 15:26:58 EDT 2012


Hi Roman,

I think I got your point.

My current approach to deal with my skeleton in vtk is actually store
the graph as a iGraph structure, while the voxels (paths linking nodes)
are stored as lines in a PolyData structure. It is pretty easy to keep
both structures synchronized and you can enjoy the best of both
libraries, i.e. VTK for visualization and iGraph for your graph
calculations.

Please, let me know in the case you have any additional doubts.

Best,
Matheus Viana
Postdoctoral Research Employee
Developmental and Cell Biology
University of California Irvine



--
View this message in context: http://vtk.1045678.n5.nabble.com/How-to-store-a-binary-image-skeleton-as-a-tree-or-graph-tp5714939p5714964.html
Sent from the VTK - Users mailing list archive at Nabble.com.



More information about the vtkusers mailing list