[Insight-users] PointSet Segmentation
Kevin H. Hobbs
kevin.hobbs.1 at ohiou.edu
Thu Aug 11 16:26:30 EDT 2005
On Thu, 2005-08-11 at 15:12 -0400, Karthik Krishnan wrote:
>
> Kevin H. Hobbs wrote:
>
> >Is there any way to segment PointSets or Blobs? I looked through the
> >software guide, and the Doxygen, and I didn't see anything.
> >
> >
> If your point set is sparse enough, you can use a clustering algorithm.
>
> You can use Kmeans clustering from ITK.
> Take a look at Examples/Statistics/KdTreeBasedKMeansClustering.cxx
>
> Your sample in the example will be the list of points in the point set.
> You can define the number of clusters you want.
> Since Euclidian distance metric is used, you will end up binning your
> sparse image into n clusters.
>
> HTH
> karthik
From a 10 min read of the software guide, it sounds like k-Means
clustering would work well for sphere-ish things. Is this correct? The
things I want to segment are mostly long, skinny, and curvy. I suspect
this would cause trouble.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://public.kitware.com/pipermail/insight-users/attachments/20050811/6b688d62/attachment.pgp
More information about the Insight-users
mailing list