[Insight-users] changing the metric automatically
Karthik Krishnan
Karthik.Krishnan at kitware.com
Wed Dec 14 11:07:51 EST 2005
First, you might want to look into other metrics that are not contrast
sensitive, such as Mutual Information or Normalized Correlation etc...
And if you are bent on using the MeanSquares metric for other reasons
(that assumes that homologous points have the same intensity shift), you
might want preprocess your fixed and moving images with a
HistogramMatchingFilter .
http://www.itk.org/Insight/Doxygen/html/classitk_1_1HistogramMatchingImageFilter.html
You might find some examples in Examples/Registration.
karthik
Suresh G N wrote:
> Hi All,
>
> Presently I am registering my data set using MeanSquare metric. I have
> observed that, when the contrast of moving image changes, registration
> is not working properly. I am planning to use some method to track the
> contrast change and change the metric to MI automatically. Can
> somebody suggest how to do this using itk?
>
> thanks and regards
> Suresh
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Insight-users mailing list
>Insight-users at itk.org
>http://www.itk.org/mailman/listinfo/insight-users
>
>
More information about the Insight-users
mailing list