Hello, I have a set of femur meshes that are not in correspondence and would like to build a shape model. I wanted to double-check to make sure I am following the appropriate path.
1. Orient the femurs so that they are in a similar orientation
2. Choosing one of the meshes at random to serve as a reference, use Parametric non-rigid registration (tutorial 12) and write the projected versions of the meshes into a new set of files. These files will now be corresponding.
3. use the DataCollection class as outlined in tutorial 6 to generate the shape model
Does this sound correct?
Also, how are relative differences in overall size accounted for? For example, a tall person vs a short person may have femurs with exactly the same shape but different size. We would want them normalized before building a shape model, correct?
Thank you
Jon