Skip to main content
. Author manuscript; available in PMC: 2011 Apr 25.
Published in final edited form as: Med Image Comput Comput Assist Interv. 2010;13(Pt 2):233–240. doi: 10.1007/978-3-642-15745-5_29

Algorithm 1.

The particle filter based tractography algorithm.

foreach Seed Point do
 Compute p(So) as described in §3.2;
 t ← 1;
while (G)FA > threshold and current tract position is inside brain mask do
  for i = 1 to K do
   St(i)St1(i)+nt;
   Compute ωt(i) using (2), as described in §3.2;
  ω~t(i)ωt(i)iKωt(i);
  ω~tMAPmaxi(ω~t(i));
  Perform local tractography using StMAP, as described in §3.3;
  Perform particle resampling [12];
  tt + 1;