|
|
Algorithm 6 Base Invariant Wavelet Active Shape Model (BIWASM) |
|
|
; use Algorithm 5 to calculate the initial shape, the transformation, and scaling coefficients at the coarest scale. |
|
while Until convergence do
|
| ; calculate a candidate shape by examining the neighboring region of each of the landmark points, and the corresponding control landmark points in y(k) are replaced with Sb. |
| ; calculate inverse transformatoin of y(k)
|
| ; DSWT. |
| ; calculate the shape parameter fitting wl using (19). |
| Apply the constraints on bl, l ≥ 0 using (6)
|
| ; generate wavelet coefficients using (17)
|
| ; inverse DSWT. |
|
|
|
end while
|
|