&nbsp;hi,all<div>&nbsp;&nbsp; &nbsp;I got a problem when I try to use itk::AntiAliasBinaryImageFilter to process the 3D image and VtkMarchingCubes to visualise it, but the output of filter is nothing.I have no idea why the size of output is 0,here is part of my code:</div><div><br></div><div><div>&nbsp;&nbsp;typedef float IoPixelType;</div><div>&nbsp;&nbsp;typedef itk::Image&lt; IoPixelType, 3 &gt; IoImageType_3D;</div><div>&nbsp;&nbsp;typedef itk::AntiAliasBinaryImageFilter&lt;IoImageType_3D,IoImageType_3D&gt; AntiAliasFilterType;&nbsp;</div><div>&nbsp;&nbsp;AntiAliasFilterType::Pointer antialias = AntiAliasFilterType::New();</div><div>&nbsp;&nbsp; antialias-&gt;SetInput(inputimage);</div><div>&nbsp;&nbsp; &nbsp;printf("Smoothing\n");</div><div>&nbsp;&nbsp; &nbsp;antialias-&gt;SetMaximumRMSError(0.01);</div><div>&nbsp;&nbsp; &nbsp;antialias-&gt;SetNumberOfIterations(50);</div><div>&nbsp;&nbsp; &nbsp;antialias-&gt;SetNumberOfLayers( 2 );</div><div>&nbsp;&nbsp; DistanceField_s = &nbsp;antialias-&gt;GetOutput();</div></div><div><br></div><div>&nbsp;any advice will be appreciated.</div><div><br></div><div>XuXing</div>