<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div style="RIGHT: auto">Dear vtkusers,</div>
<div style="RIGHT: auto">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I have attached one 3D model constructed from a number of images. I have attached the output with the email.I would like to discard the outer ring and only consider the inner ring as shown to the right of the original image marked with red color. How to discard the outer ring and work only with the interior tube? It would be good to find some way to discard the outer tube. <VAR id=yui-ie-cursor></VAR>Please provide some suggestion. I am a bit new in vtk. It would be good to&nbsp;help me with some similar kind of examples. I have attached some part of my code. </div>
<div style="RIGHT: auto">&nbsp;</div><SPAN style="RIGHT: auto" lang=EN>
<div style="RIGHT: auto">vtkImageReader v16</div>
<div style="RIGHT: auto">&nbsp;&nbsp;&nbsp; v16 SetDataByteOrderToBigEndian</div>
<div style="RIGHT: auto">&nbsp;&nbsp;&nbsp; v16 SetDataExtent 0 255 0 255 1 30</div>
<div style="RIGHT: auto">&nbsp;&nbsp;&nbsp; v16 SetDataScalarTypeToChar</div>
<div></div>
<div style="RIGHT: auto">&nbsp;&nbsp;&nbsp; v16 SetFilePrefix "images/"</div>
<div style="RIGHT: auto">&nbsp;&nbsp;&nbsp; v16 SetFilePattern "%s%d.img"</div>
<div></div>
<div style="RIGHT: auto">&nbsp;&nbsp;&nbsp; v16 SetDataSpacing 3.2 3.2 8.5</div>
<div style="RIGHT: auto">&nbsp;&nbsp;&nbsp; v16 SetNumberOfScalarComponents 1</div>
<div></div>
<div style="RIGHT: auto">&nbsp;&nbsp;&nbsp; v16 Update</div>
<div style="RIGHT: auto"> </div>
<div style="RIGHT: auto">vtkImageCast cast</div>
<div style="RIGHT: auto">&nbsp;&nbsp;&nbsp; cast SetInputConnection [v16 GetOutputPort]</div>
<div style="RIGHT: auto">&nbsp;&nbsp;&nbsp; cast SetOutputScalarTypeToUnsignedShort</div>
<div style="RIGHT: auto">&nbsp;&nbsp;&nbsp; cast Update</div></SPAN>
<div style="RIGHT: auto">&nbsp;</div><SPAN style="RIGHT: auto" lang=EN>
<div>vtkContourFilter skinExtractor</div>
<div style="RIGHT: auto">&nbsp;&nbsp;&nbsp; skinExtractor SetInputConnection [cast GetOutputPort]</div>
<div style="RIGHT: auto">&nbsp;&nbsp;&nbsp; skinExtractor SetValue 0 40 </div>
<div style="RIGHT: auto">&nbsp;&nbsp; skinExtractor Update</div></SPAN>
<div style="RIGHT: auto">&nbsp;</div>
<div style="RIGHT: auto">&nbsp;</div>
<div style="RIGHT: auto">Regards,</div>
<div style="RIGHT: auto">Hayden.</div></div></body></html>