re[Insight-users] gistration binary images
Luis Ibanez
luis.ibanez at kitware.com
Fri Nov 9 16:11:27 EST 2007
Hi Anne-Laure,
It will be very challenging to perform deformable registration on
binary images.
However, one possible method is to use
1) BSplineDeformableTransform
2) LBFGSB optimizer
3) MattesMutualInformation
4) NearestNeighbor interpolator
Note that your MattesMetric
1) Only needs *two bins* because your images are binary,
2) It will need a rather large number of samples, since
the ribs will occupy a small fraction of the image
volume.
Regards,
Luis
----------------
annelaure wrote:
> Hi,
> I'd like to register these rib cages :
> www710.univ-lyon1.fr/~adidier/thorax.zip (thorax29841.mhd on
> thorax_29831.mhd). I have segmented these rib cages so thorax_29841 and
> thorax_29831 are binary images. (255: bones and 0:background).
> I don't know which deformable registration example I can use. I tried to use
> demon but it did'nt function.
> thank you so much for your help,
> Anne-Laure
More information about the Insight-users
mailing list