Dear all,<br><br>I am trying to convert single vector images into one vector image series( one file including a series of vector images ). I found itkTileImageFilter.h, and the input comes from the output of another filterA ( instead of files ).<br>
The pixel type of output of filterA is VectorImage&lt;PixelType, 2u&gt; and the pixel type of output of TileImageFilter should be VectorImage&lt; PixelType, 3u &gt;. My problem is, when I try to compile my program, I got a error:<br>
<br>ITK/Modules/Filtering/ImageGrid/include/itkTileImageFilter.hxx:37:3: error: no matching function for call to ‘itk::NumericTraits&lt;itk::VariableLengthVector&lt;short unsigned int&gt; &gt;::ZeroValue()’<br>/ITK/Modules/Core/Common/include/itkNumericTraitsVariableLengthVectorPixel.h:112:21: note: candidate is: static const itk::NumericTraits&lt;itk::VariableLengthVector&lt;TValueType&gt; &gt;::Self itk::NumericTraits&lt;itk::VariableLengthVector&lt;TValueType&gt; &gt;::ZeroValue(const itk::NumericTraits&lt;itk::VariableLengthVector&lt;TValueType&gt; &gt;::Self&amp;) [with T = short unsigned int, itk::NumericTraits&lt;itk::VariableLengthVector&lt;TValueType&gt; &gt;::Self = itk::VariableLengthVector&lt;short unsigned int&gt;]<br>
<br><br>How could I fix this?<br><br>Thx in advance :)<br><br>Mengqiu<br>