Dear all,<div><br></div><div>I may have missed this when looking through the itk documentation, but is there a way to interpolate the VariableLengthVectors in a VectorImage?</div><div><br></div><div>I've tried:</div><div>
<br></div><div> typedef float DataType;</div><div> typedef itk::VectorImage< DataType, 3 > VectorImageType;</div><div><div><div> typedef itk::VectorLinearInterpolateImageFunction< VectorImageType, DataType > VectorImageInterpolatorType;</div>
<div><br></div></div><div>but when I instantiate the interpolator using</div><div><br></div><div><div> VectorImageInterpolatorType::Pointer CoefficientsInterpolator = VectorImageInterpolatorType::New();</div><div><br></div>
</div><div>I get the error 'Dimension' is not a member of 'itk::VariableLengthVector<mm::DataType>'</div><div><br></div><div>So I guess VectorLinearInterpolateImageFunction can only be used for FixedArray pixel types?</div>
<div><br></div><div>Is there an itk interpolator that can deal with VariableLengthVectors? Any suggestions welcome!</div><div><br></div><div>Thanks,</div><div>George</div></div>