Point distribution model: Difference between revisions

Content deleted Content added
No edit summary
Line 8:
The implementation of the procedure is rouglhy the following:
 
* '''1:''' annotate the training set outlines with enough corresponding landmarks to sufficiently approximate the geometry of the original shapes
 
* '''2:''' align the clouds of landmark using the [[Generalized procrustes analysis]] (minimization of overall distance between landmarks of same label). The big idea is that shape information is not related to affine pose parameters, which need to be removed before any shape study. A mean shape can now be computed in averaging the aligned landmark positions.
 
* '''3:''' now the shape outlines are reduced to sequences of n landmarks, we can see the training set as a 2n or 3n (2D/3D) space where any shape instance is a single dot. Assuming the scattering is gaussian in this space, PCA ([[Principal Component Analysis]]) is supposedly the most straightforward tool to analyse the training set in this space
 
* '''4:''' PCA computes normalized eigenvectors and eigenvalues of the training set covariance matrix. Each eigenvector describe a principal mode of variation along the set, the corresponding eigenvalue indicating the importance of this mode in the shape space scattering. Since correlation was found between landmarks, the total variation of the space is concentrated on the very first eigenvectors, showing a very fast descent. Otherwise correlation was not found, suggesting the training set shows no variation or the landmarks are not properly posed.