[Insight-users] itkDifferenceImageFilter: Comparison between two images

Sergiy Volkovych volkovych at gmail.com
Fri Aug 6 11:48:41 EDT 2010


It's better to write like this:

filter->Update(); 
filterM->Update(); 

and then

OutputImageType::Pointer D = filter->GetOutput(); 
OutputImageType::Pointer Daverage = filterM->GetOutput();
-- 
View this message in context: http://itk-insight-users.2283740.n2.nabble.com/itkDifferenceImageFilter-Comparison-between-two-images-tp5380586p5381102.html
Sent from the ITK Insight Users mailing list archive at Nabble.com.


More information about the Insight-users mailing list