Skip to main content
. Author manuscript; available in PMC: 2010 Apr 9.
Published in final edited form as: IEEE Trans Med Imaging. 2010 Mar;29(3):583–597. doi: 10.1109/TMI.2009.2022086
S ← Read Image
for every x ∈ domain(S) do
 Γ ← [xw, x + w] × [yw, y + w] × [zw, z + w]
 Compute η(x)
 Compute optimum λb, for the given η
Lmax ← −1
for i = 1 to N do
 Compute optimum λ0, λ1 for the given η
 if λ1λ0<λTl then
  Continue
 else
  Compute the α-ranked likelihood ratio L
 if LmaxL then
  posmaxi
  LmaxL
  λC = λ1λ0
  end if
 end if
end for
if Lmax > 0 then
 if λCλTh then
  Mark(x) ← true
 end if
Normal(x) ← posmax
Likelihood(x) ← Lmax
contrast(x) ← λC
 end if
end for