<DIV>Hi,</DIV>
<DIV>&nbsp;&nbsp; What's the problem about itk::GrayscaleFillholeImageFilter when I use it ?Problem is as following:</DIV>
<DIV>&nbsp;</DIV>
<DIV>1&gt;f:\itk\install\include\insighttoolkit\common\itksmartpointer.h(149) : fatal error C1128: number of sections exceeded object file format limit : compile with /bigobj</DIV>
<DIV>&nbsp;</DIV>
<DIV>source code:</DIV>
<DIV>&nbsp;</DIV>
<DIV>typedef itk::Image&lt;TPixel, VImageDimension&gt; ImageType;</DIV>
<DIV>typedef itk::ConnectedThresholdImageFilter&lt;ImageType, ImageType&gt; ConnectedFilterType;<BR>&nbsp;typedef ConnectedFilterType::IndexType IndexType;<BR>&nbsp;ConnectedFilterType::Pointer regGrowFilter = ConnectedFilterType::New();<BR>&nbsp;regGrowFilter-&gt;SetInput(itkImage);</DIV>
<DIV>&nbsp;</DIV>
<DIV>typedef itk::GrayscaleFillholeImageFilter&lt;ImageType, ImageType&gt;&nbsp; FillholeFilterType;</DIV>
<DIV>&nbsp;FillholeFilterType::Pointer&nbsp; Fillhole&nbsp; = FillholeFilterType::New();</DIV>
<DIV>&nbsp;Fillhole-&gt;SetInput(regGrowFilter-&gt;GetOutput());<BR></DIV>