<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
I am learning how to use VTK and trying to use connectivityfilter since
it seems to be the best way to elimate noise.&nbsp; My attempt is dealing
with DICOM data files, and I construct my files to give me a 3D image
of a human head with only skin.&nbsp; Now I want to eliminate internal parts
that connect to the ear &amp; neck.&nbsp; I tried to use my method below
with connectivityfilter on my data and the textbook's example data
"headsq/quarter" but sadly I get the same result as if I never used
connectivityfilter.&nbsp; Any advice, suggestions?&nbsp; Thanks in advance!<br><u><br>My sequence is:</u><br><br>-Read Data<br><br>//CONNECTIVITY<br>vtkConnectivityFilter *connect = vtkConnectivityFilter::New();<br>connect-&gt;SetInputConnection(reader-&gt;GetOutputPort());<br>connect-&gt;SetExtractionModeToLargestRegion();<br><br>-Skin actor<br>-Outline actor<br><br>-Apply my actors<br><br>-View results<br /><hr />Insert movie times and more without leaving HotmailŪ. <a href='http://windowslive.com/Tutorial/Hotmail/QuickAdd?ocid=TXT_TAGLM_WL_HM_Tutorial_QuickAdd1_052009' target='_new'>See how.</a></body>
</html>