[Insight-developers] compilation error of using DiscreteGaussianImageFilter with vector images

gang song songgang97 at gmail.com
Wed Nov 17 16:58:03 EST 2010


Hi,

I tried to use DiscreteGaussianImageFilter to smooth a vector image and got
compilation error like:

/ITK/InsightToolkit-3.20.0/Code/BasicFilters/itkNeighborhoodOperatorImageFilter.txx:95:
error: ‘is_signed’ is not a member of ‘itk::NumericTraits<itk::Vector<float,
3u> >’

NeighborhoodOperatorImageFilter is used in

template< class TInputImage, class TOutputImage >
void DiscreteGaussianImageFilter<TInputImage, TOutputImage>::GenerateData()
{}

Any suggestions about how to deal with this? This seems a general problem
for vector image types with NeighborhoodOperatorImageFilter.


Thanks

-Gang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/mailman/private/insight-developers/attachments/20101117/8a301c48/attachment.htm>


More information about the Insight-developers mailing list