[Insight-users] itkVectorConfidenceConnectedImageFilter does not pass concept checking
sebastian ordas
sebastian.ordas at gmail.com
Mon May 23 10:44:19 EDT 2011
Hello List,
I could not make itkVectorConfidenceConnectedImageFilter compile with
regular (templated) image inputs such as e.g.
typedef itk::Image<TPixel, VImageDimension> InputImageType;
typedef itk::VectorConfidenceConnectedImageFilter
<InputImageType, InputImageType> RegionGrowingFilterType;
compilation error says that the following concept check could not pass:
itkConceptMacro(InputHasNumericTraitsCheck,
(Concept::HasNumericTraits<typename InputImagePixelType::ValueType>));
Is this class aimed at working on vector images as its names implies?
many thanks,
sebastian
PS: using ITK3.2
More information about the Insight-users
mailing list