[Insight-users] Modifying 3D rigid registration to use Mutual Information
William Whartenby
wwill066 at yahoo.com
Sat Jul 19 15:55:14 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)
Does anyone have a good Mutual Information 3D rigid register code?
TYVM
Will
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20080719/09362f37/attachment.htm>
More information about the Insight-users
mailing list