[vtkusers] polydata to distance graph

Arnaud Gelas arnaudgelas at gmail.com
Mon Mar 17 03:22:16 EDT 2014


Hi Satra,

Not sure if this feature is going to be part of vtk?

But it has been part of ITK since ITK4.0... See the corresponding example here:

  http://itk.org/ITKExamples/src/Filtering/FastMarching/ComputeGeodesicDistanceOnMesh/Documentation.html

HTH
Arnaud

On Sun, Mar 16, 2014 at 7:20 PM, Satrajit Ghosh <satra at mit.edu> wrote:
> hi all,
>
> i have a 3d shape as a vtk polydata object. are there some available filters
> for turning this into a 2-D distance graph (vertex x vertex)?
>
> i also saw a paper in the insight journal on the
> FastMarchingGeodesicDistance computation. is this going to be included in
> VTK?
>
> i'm trying to do this using the python bindings (either vtk or tvtk) and
> didn't find that geodesic distance computation method included.
>
> cheers,
>
> satra
>
>
> _______________________________________________
> 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
>


More information about the vtkusers mailing list