<div>Hi,</div>
<div> </div>
<div>I'm trying to extract the outer surface of a brain volume data. I tried both vtkDataSetSurfaceFilter and vtkImageMarchingCubes (marching cubes algorithm goes after thresholding and smoothing). However, neither of them give the correct surface.
</div>
<div> </div>
<div>vtkDataSetSurfaceFilter will only give the volume bounding box surface -- well in some sense it IS the outer surface, just too out. Result remains the same after thresholding.</div>
<div> </div>
<div>vtkImageMarchingCubes gives a nice surface, but only the lower 1/4 part of the volume. I read the vtkImageMarchingCubes documentation, but have no clue why this would happen.</div>
<div> </div>
<div>The data set is converted from ITK and should be okay. I manually constructed it and got the same error.</div>
<div> </div>
<div>I would appreciate any help.</div>
<div> </div>
<div>- xin</div>