[Insight-users] error in structuretensorimagefilter

barbababa tonimuusimaki at gmail.com
Sat Mar 24 15:35:29 EDT 2012


SOLVED

In itkstructuretensorimagefilter.h i changed

  typedef typename          TensorImageType::Pointer      
TensorImagePointer;
  typedef typename          GradientImageType::Pointer    
GradientImagePointer;

to

  typedef typename          TOutputImage::Pointer       TensorImagePointer;
  typedef typename          TOutputImage2::Pointer     GradientImagePointer;


and it worked...
-- 
View this message in context: http://old.nabble.com/error-in-structuretensorimagefilter-tp33544688p33544689.html
Sent from the ITK - Users mailing list archive at Nabble.com.



More information about the Insight-users mailing list