<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi all,<br><br>I would like to build and display a 3D volume from a CT Dicom series. I have found a solution through vtkMarchingCubes but I'm quite lost in the use of this class and I would like to optimize this solution to get better result.<br><br>First of all, I have been able to build a 3D volume using a vtkImageData representing all the slices in my series. Then, I have extracted the volume of interest using ITK and as a result, I have a vtkImageData with only the ROI (it represents a single object). I have also the boundaries of this objects on each slice.<br>From there, how could I use vtkMarchingCubes to build a 3D volume?<br>My first thought has been to use only the boundaries of my object by building a vtkImageData with only this information on it. The result is not bad but I haven't enough point/surface on the volume.<br>Then, I have thought to build
 a binary volume with only the object (object = 1, other voxel = 0). The result is better but still not perfect.<br>The last thing I have been trying, is to build a volume from the raw information by keeping only the voxel where the object is (ie object = raw pixel value, other voxel = 0).<br><br>Which solution is the best to your mind? <br>How to <span id="result_box" class="short_text"><span style="background-color: rgb(235, 239, 249);" title="parametrer">parameterize vtkMarchingCubes to have the best result ?<br><br>Indeed, I'm not sure to understand the option of it:<br>1 - what does SetValue(int contourNumber, double value) ? This give the value "value" when vtkMarchingCubes find the contour number contourNumber ?<br>2 - what does exactly GenerateValues(int numberOfContours, double valueBegin, valueEnd) ?<br><br>In fact, I guess I don't really get the notion of several contours ?<br><br>I hope that I have been clear enough in my explaination.<br>By
 the way, </span></span>if you know some other methods (other than vtkMarchingCubes) to do such thing, please let me know.<br>
<br><span id="result_box" class="short_text"><span style="background-color: rgb(235, 239, 249);" title="parametrer">Thank you for your help<br>Best<br>James<br></span></span><br><br></td></tr></table><br>