<div dir="ltr">Hi,<div><br></div><div>I'm extracting surface from a stack of DICOM Images and noticed that some inner points are shown.. how can I get rid of those points?</div><div><br></div><div>This is what I use: I can only specify the ISO Value but what about inner points where the ISO value matches but is useless or is not sking as an example?</div>
<div><br></div><div>Is there another filter I could apply? or an algorithm I could use to remove those points?</div><div><br></div><div><div> vtkContourFilter skinextractor = vtkContourFilter.New();</div><div><br></div><div>
<br></div><div>            skinextractor.SetInputConnection(readerdicom.GetOutputPort());</div><div>            skinextractor.GetValues();</div><div><br></div><div>            skinextractor.SetValue(0, -800);</div></div><div>
<br></div><div>Thanks!</div></div>