[Insight-users] Contour extracton algorithm for binaty pixels
Zachary Pincus
zpincus at stanford.edu
Sat Sep 16 17:41:25 EDT 2006
I wrote such a filter to fill this need in ITK several months ago. It
currently resides, along with many other useful filters, on the
InsightJournal.
Get the files at:
http://hdl.handle.net/1926/165
It applies a classic contour-extraction method (the 2d equivalent of
marching cubes) to an image and gives back a set of
itk::PolyLineParametricPath objects. To get contours from a binary
image, you should set the contour value parameter to halfway between
the inside and outside intensity.
Zach Pincus
Program in Biomedical Informatics and Department of Biochemistry
Stanford University School of Medicine
On Sep 16, 2006, at 12:39 PM, Cem DEMiRKIR wrote:
> Hi Everyone,
> Is there any algorithm or combination of algorithms in ITK to
> extract the contours regarding to the boundary of binary objects
> obtained by connected component process ?
>
> Sincerely
> Cem DEmiRKIR
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
More information about the Insight-users
mailing list