<DIV>Hi,</DIV>
<DIV> What's the problem about itk::GrayscaleFillholeImageFilter when I use it ?Problem is as following:</DIV>
<DIV> </DIV>
<DIV>1>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> </DIV>
<DIV>source code:</DIV>
<DIV> </DIV>
<DIV>typedef itk::Image<TPixel, VImageDimension> ImageType;</DIV>
<DIV>typedef itk::ConnectedThresholdImageFilter<ImageType, ImageType> ConnectedFilterType;<BR> typedef ConnectedFilterType::IndexType IndexType;<BR> ConnectedFilterType::Pointer regGrowFilter = ConnectedFilterType::New();<BR> regGrowFilter->SetInput(itkImage);</DIV>
<DIV> </DIV>
<DIV>typedef itk::GrayscaleFillholeImageFilter<ImageType, ImageType> FillholeFilterType;</DIV>
<DIV> FillholeFilterType::Pointer Fillhole = FillholeFilterType::New();</DIV>
<DIV> Fillhole->SetInput(regGrowFilter->GetOutput());<BR></DIV>