Hi itk users<div><br></div><div>I&#39;m new to itk and vtk (sorry if this question doesn&#39;t apply to itk).</div><div><br></div><div>Okay, so this is what I&#39;m doing:</div><div>1) read a dicom series, I process each dicom slice individually</div>
<div>2) pick the segmentation points on a particular dicom slice</div><div>3) segment using confidence connected filter and save (or write to a file in other words) the result to a .mha file</div><div>4) Continuously do this for each dicom slice to get series of .mha files</div>
<div>5) Once all that is done, I attempt to use Marching cubes from vtk to render a 3D surface image from the .mha files.</div><div><br></div><div>Everything works with no errors, its just that the vk window comes up black (showing nothing). I&#39;m pretty sure the .mha files contain something (they&#39;re round about the same size as the original dicom file). I did the cout &lt;&lt; reader-&gt;getOutput(), and it outputs information. I&#39;m presuming that I am segmenting these slices incorrectly.</div>
<div><br></div><div>Any advice would be helpful</div><div>Thanks</div><div>John</div>