[Insight-users] 3D rigid registration with Mutual Information

William Whartenby wwill066 at yahoo.com
Tue Jul 22 13:25:32 EDT 2008


I am trying to modify the 3D rigid registration (as given in Examples, ImageRegistration8) to use Mutual information. I have tried changing the 
itkMeanSquaresImageToImageMetric.h include 
and 
typedef itk::MeanSquaresImageToImageMetric< 
                                  FixedImageType, 
                                    MovingImageType >    MetricType;
to both MattesMutualInformation and MutualInformation,
and the code builds, but seems to give wrong results. In one test case, the MattesMutual will not even do one iteration, just reports a fit (where the two images aren't registered)
  Anone know why this is?
TYVM
Will


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20080722/3f3aa1a2/attachment.htm>


More information about the Insight-users mailing list