The parameters which statistically describe the shape (much
as in active shape models) can be expressed as a vector
, where
| (1) |
Similarly, a vector
is used to describe the intensity of given
pixels as derived from axis-aligned input data that is stretched to
encompass the whole shape and fit or overlap the original model dimensions.
Usually warps are used to displace the control points until they match
those of the mean shape and shape-normalised patches can be captured.
Just as before, variation is subjective to
| (2) |
For shape, training is affected especially by the choice of landmarks identified in the image, whereas to extract intensity values a different approach is in use. This approach relies on the fact that geodesic interpolation can be applied to compensate for the noncontinuous results of the triangulation algorithm used. The linear form of the model as expressed above (1)(2) is due to Principal Component Analysis (PCA) which reduces the length of the vectors describing shape and texture, namely
It is now imperative that the two equations above are merged in some
way to create a new model that captures both shape and intensity.
To do so,
and
are aggregated so they can be expressed
as one single column vector
| (3) |
Applying further PCA, the following model is obtained:
| (4) |
It is purely controlled by
where
is
intended to be smaller than the number of
and
combined.
That is simply due to the dimensionality reduction of PCA. Usually
an inclusion of some weighing W is included to account for the difference
in intensity value representation and the spatial cooridinates. The
aggregation in such a case would take the form
| (5) |
but this is a practical consideration that need not be a concern at this point.