Skip to main content
. Author manuscript; available in PMC: 2015 Feb 20.
Published in final edited form as: Med Image Comput Comput Assist Interv. 2010;13(0 3):666–673. doi: 10.1007/978-3-642-15711-0_83

Algorithm.

SeSMiK-GE

Input: Inline graphic, Inline graphic, Inline graphic, d
Output: α
begin
 0. Obtain KMRSInline graphic and KMRIInline graphic
 1. Obtain WMRI and WMRS using Inline graphic; obtain Ŵ using Equation (6)
 2. Initialize β = 0, q = 1
 3. while β = 1, compute q = β × KMRI + (1 − β) × KMRS
 4.  Substitute q and Ŵ in Equation (3)
 5.  Obtain d-dimensional αq by solving Equation (7)
 6. return αq
 7. β = β + 0.1, q = q + 1
 8. endwhile
end