<div>Hello vtk Users</div><div><br></div>I've been trying to follow Medical1.cxx in the vtk examples given.<div><br></div><div>I'm trying to use volumeReader so that I can use vtk marching Cubes to construct a surface.</div>
<div><br></div><div>The files I am using are dicom files. They are a series of 2D slices in dicom format. But its not these files I want passed into Marching cubes. I look at each dicom slice and use region growing segmentation to extract the particular bones I want from CT/DICOM scans. I save/write these outputs into their respective new files. I save them as .mha files.</div>
<div><br></div><div>So now, I'm trying to volume render these 2D mha files via marching cubes to view the bones I segmented out in 3D but I'm getting really odd results, nothing close to what looks like a fraction of the skull; plus the documentation in Medical1.cxx told me to change the extension from mha to .1 .2 .3 and so on</div>
<div><br></div><div>Please shed some light volume Reader and how I can use it in my situation, thanks for any help</div><div><br></div><div>Khaled</div>