Hi Robin,
you are correct in your statement that the segmented images are
used as training data for the model, which is then used for
registration of novel data sets.
However, to build the model in statismo, the training data needs
to be in
correspondence. This means, they need to be
registered. This goes for practicallly any other statistical model
in the literature, not just for statismo. There are a couple of
papers building shape models of distance maps. There, no
registration is necessary. But I would not recommend these methods
readily.
As a really good paper for reading up on model-based segmentation,
including the initial registration of the training data, I can
recommend the review paper by Heimann and Meinzer:
http://scholar.google.com/scholar?cluster=9638374698290510469&hl=de&as_sdt=0,5
.
Shape correspondence is handled in Section 4.
As for the actual registration, I would recommend first a
landmark-based rigid alignment of your data. Then I would compute
a distance image for each of the aligned shapes, this is a
convenient and well-behaved representation of the shapes. Then I
would register these distance images with elastix. It takes a bit
of effort to do this and to find the right parameters for elastix.
I hope this helps you
Tom