[vtkusers] fitting curve to points

Goodwin Lawlor goodwin.lawlor at ucd.ie
Wed Jun 18 14:21:42 EDT 2003


Have a look at:

/Filtering/Testing/Tcl/closedSplines.tcl

or here on the web:
http://public.kitware.com/cgi-bin/cvsweb.cgi/VTK/Filtering/Testing/Tcl/close
dSplines.tcl?rev=1.3&content-type=text/x-cvsweb-markup

HTH

Goodwin
----- Original Message -----
From: <dean.inglis at on.aibn.com>
To: <vtkusers at public.kitware.com>
Sent: Saturday, June 14, 2003 5:53 PM
Subject: [vtkusers] fitting curve to points


> I have extracted the center path from a binarized image of
> the cross section of a leg bone using
>
>                              -> vtkImageGradient  \
> vtkImageEuclideanDistance ->|                      |->
vtkImageNonMaximumSuppression
>                              -> vtkImageMagnitude /
>
>
> then extracted the points with
>
> vtkImageNonMaximumSuppression -> vtkThresholdPoints
>
> I would like to fit a closed polyline to the points,
> but the points from vtkThresholdPoints are not in a
> spatially sequential order.  Any ideas how to do this?
>
> Dean
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
<http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers



More information about the vtkusers mailing list