Skip to main content
. Author manuscript; available in PMC: 2021 Sep 22.
Published in final edited form as: Med Image Comput Comput Assist Interv. 2009;12(Pt 2):466–473. doi: 10.1007/978-3-642-04271-3_57

Algorithm 3.

Gram-Schmidt procedure applied to Je1, Je2, and Je3

1: Initialize vi=Jei for 1 ≤ i ≤ 3
2: compute u1: u1 = vl
3: compute u2:u2=v2proju1v2, where projab = (aTb)a/(aTa)
4: compute u3:u3=v3proju1v3proju2v3
5: compute e1, e2, and e3:e1=u1/u1, e2=u2/u2, and e3=u3/u3