[Insight-users] problem of itk::GrayscaleFillholeImageFilter ?
chen Yanda
beckham128 at qq.com
Sun Jul 20 09:58:47 EDT 2008
Hi,
What's the problem about itk::GrayscaleFillholeImageFilter when I use it ?Problem is as following:
1>f:\itk\install\include\insighttoolkit\common\itksmartpointer.h(149) : fatal error C1128: number of sections exceeded object file format limit : compile with /bigobj
source code:
typedef itk::Image<TPixel, VImageDimension> ImageType;
typedef itk::ConnectedThresholdImageFilter<ImageType, ImageType> ConnectedFilterType;
typedef ConnectedFilterType::IndexType IndexType;
ConnectedFilterType::Pointer regGrowFilter = ConnectedFilterType::New();
regGrowFilter->SetInput(itkImage);
typedef itk::GrayscaleFillholeImageFilter<ImageType, ImageType> FillholeFilterType;
FillholeFilterType::Pointer Fillhole = FillholeFilterType::New();
Fillhole->SetInput(regGrowFilter->GetOutput());
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20080720/57fd50b3/attachment.htm>
More information about the Insight-users
mailing list