<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">VMTK (<a href="http://www.vmtk.org/">http://www.vmtk.org/</a>) has a number of sophisticated VTK/ITK-based tools for skeletonization and centerline extraction,
 which work for complex, branching structures.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">Andras<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">From:</span></b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif"> vtkusers [mailto:vtkusers-bounces@vtk.org]
<b>On Behalf Of </b>Jayalath Chamara<br>
<b>Sent:</b> Monday, January 22, 2018 9:52 AM<br>
<b>To:</b> KitKat <johan.paasche@gmail.com>; vtkusers@vtk.org<br>
<b>Subject:</b> Re: [vtkusers] Skeletonization 3D<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Hi, <br>
I have used itkbinarythinningfilter for 3d skeletonization of vascular structures. So, for 3d data you can use the same filter.
<br>
Best,<br>
Jaya <o:p></o:p></p>
<div class="MsoNormal" align="center" style="text-align:center">
<hr size="2" width="98%" align="center">
</div>
<div id="divRplyFwdMsg">
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:black">From:</span></b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:black"> vtkusers <<a href="mailto:vtkusers-bounces@vtk.org">vtkusers-bounces@vtk.org</a>>
 on behalf of KitKat <<a href="mailto:johan.paasche@gmail.com">johan.paasche@gmail.com</a>><br>
<b>Sent:</b> Monday, January 22, 2018 1:11:22 PM<br>
<b>To:</b> <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
<b>Subject:</b> [vtkusers] Skeletonization 3D</span> <o:p></o:p></p>
<div>
<p class="MsoNormal"> <o:p></o:p></p>
</div>
</div>
<div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt">Hello,<br>
<br>
I am looking for a tool able to extract the centerline (skeletonize) of a<br>
structure in a 3D image, if possible without changing length.<br>
<br>
What i am passing is a 500 * 500 * 500 vtkImageData composed of char either<br>
at 0 or 1 (binary Image),<br>
and i would like to thin it until I have a 1-voxel wide line structure<br>
corresponding to the centerline, or median axis of the input image.<br>
I know ITK has a thinningfilter, but after looking the source code i saw<br>
that it only take 2D images.<br>
<br>
Does someone know if such a tool exists and is compatible with VTK ?<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fvtk.1045678.n5.nabble.com%2FVTK-Users-f1224199.html&data=02%7C01%7Classo%40queensu.ca%7Ccb67aa781be24876fe7008d561a7b7f5%7Cd61ecb3b38b142d582c4efb2838b925c%7C1%7C0%7C636522295327857738&sdata=bSKffYA19ShcuESRzsJbQ0mQyekvPTzoSrZFb0Ot1Ic%3D&reserved=0">
http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html</a><br>
_______________________________________________<br>
Powered by <a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.kitware.com&data=02%7C01%7Classo%40queensu.ca%7Ccb67aa781be24876fe7008d561a7b7f5%7Cd61ecb3b38b142d582c4efb2838b925c%7C1%7C0%7C636522295327857738&sdata=4WwWJ1hMBuDjQl%2BFIP4fFq1BZWF%2BlXYpXPEZrTl%2Bky4%3D&reserved=0">
www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.kitware.com%2Fopensource%2Fopensource.html&data=02%7C01%7Classo%40queensu.ca%7Ccb67aa781be24876fe7008d561a7b7f5%7Cd61ecb3b38b142d582c4efb2838b925c%7C1%7C0%7C636522295327857738&sdata=XUrQ4PqAjVerIir4iumokEicE1XMrnWsHrsdBLgY40Q%3D&reserved=0">
http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.vtk.org%2FWiki%2FVTK_FAQ&data=02%7C01%7Classo%40queensu.ca%7Ccb67aa781be24876fe7008d561a7b7f5%7Cd61ecb3b38b142d582c4efb2838b925c%7C1%7C0%7C636522295327857738&sdata=3KgyD5wUCS5tWqfKaK6GgAZ33%2Bd%2Bxk35qbSUUCGB2GA%3D&reserved=0">
http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fmarkmail.org%2Fsearch%2F%3Fq%3Dvtkusers&data=02%7C01%7Classo%40queensu.ca%7Ccb67aa781be24876fe7008d561a7b7f5%7Cd61ecb3b38b142d582c4efb2838b925c%7C1%7C0%7C636522295327857738&sdata=lTK7xQ439NsyWwWJTgpryJqiwkeaZj57gHKiq9krjTw%3D&reserved=0">
http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fvtk.org%2Fmailman%2Flistinfo%2Fvtkusers&data=02%7C01%7Classo%40queensu.ca%7Ccb67aa781be24876fe7008d561a7b7f5%7Cd61ecb3b38b142d582c4efb2838b925c%7C1%7C0%7C636522295327857738&sdata=62ZefYtyZBsJ2hdliBSD%2Fktv9jvMENFvpbnSB60a%2F24%3D&reserved=0">https://vtk.org/mailman/listinfo/vtkusers</a><o:p></o:p></span></p>
</div>
</div>
</div>
</body>
</html>