[Insight-users] [ITK Community] registration using Mutual Information

Luis Ibanez luis.ibanez at kitware.com
Sat Jan 11 12:36:03 EST 2014


Massi,

It is not trivial to evaluate the quality of a registration process.

In practice,
you want to pick a criterion that is meaningful for your application.


For example,

Extracting surfaces and doing ICP, would be useful if the surfaces
of the anatomical structure are important for your application.

In some applications we care more about the internal structures than
about the surfaces.

In some applications you may be more interested in the quality
of the registration on the brain of the subject than or the neck,
(or the other way around, if you were planning a neck surgery...).

The overall recipe is to pick what could have been a good metric
for another registration process, and use this to evaluate the final
result of your initial registration.

Note that ITK has a set of classes for estimating distances between
surfaces, that have been used for evaluating either segmentations
or registrations.

See
https://github.com/InsightSoftwareConsortium/ITK/tree/master/Modules/Filtering/DistanceMap/include


You will find some articles on this topic as well in the Insight Journal:

For example:

                      http://hdl.handle.net/1926/561



   Regards,

       Luis



On Fri, Jan 10, 2014 at 1:54 AM, Massinissa Bandou <
Massinissa.Bandou at usherbrooke.ca> wrote:

> Hi  Luis Ibanez,
> Sorry for late reply, I performed a landmark transform (ladmarks are
> extracted with boxWidget) followed with a mutual information registration
> to
> optimize the result. I multiplied the matrix obtained from the 3D mutual
> information with one obtained from landmarks transform. As you can see,
> visually, the result seems good but *how I can be sure that my registration
> is good or not*? for example I had to perform a surface registration using
> ICP algorithm and I use to display a graph of the mean distance according
> to
> the number of iteration.
>
> <http://itk-users.7.n7.nabble.com/file/n33163/PET_CT_Result.png>
>
> I'd appreciate your help!
>
> Massi
>
>
>
> --
> View this message in context:
> http://itk-users.7.n7.nabble.com/registration-using-Mutual-Information-tp32972p33163.html
> Sent from the ITK - Users mailing list archive at Nabble.com.
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.php
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
> _______________________________________________
> Community mailing list
> Community at itk.org
> http://public.kitware.com/cgi-bin/mailman/listinfo/community
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20140111/a2b0c7b9/attachment.html>


More information about the Insight-users mailing list