[Insight-users] itkDifferenceImageFilter: Comparison between two images
Sergiy Volkovych
volkovych at gmail.com
Fri Aug 6 11:45:43 EDT 2010
OutputImageType::Pointer D = OutputImageType::New();
OutputImageType::Pointer Daverage = OutputImageType::New();
D=filter->GetOutput();
Daverage=filterM->GetOutput();
After these lines you have to udate these filters before calculating Dfinal:
filter->Update();
filterM->Update();
And then put the other lines.
Sergiy.
--
View this message in context: http://itk-insight-users.2283740.n2.nabble.com/itkDifferenceImageFilter-Comparison-between-two-images-tp5380586p5381091.html
Sent from the ITK Insight Users mailing list archive at Nabble.com.
More information about the Insight-users
mailing list