Skip to main content
. Author manuscript; available in PMC: 2015 Jul 30.
Published in final edited form as: Inf Process Med Imaging. 2015;24:576–587. doi: 10.1007/978-3-319-19992-4_45

Algorithm 1.

Prediction of cortical surface shape evolution from a baseline shape
1: INPUTS:
  The learnt mean atlases Inline graphic
  The learnt cloud C
  The baseline ground truth shape S0
2: Initialize SvirtualInline graphic0.
3: Initialize iInline graphici for i ∈ {1, . . . , N}
4: Initialize ε as the mean distance between S0 and Inline graphic0 plus its standard deviation
5: for every vertex x in the virtual shape Svirtual that is located outside the ε–neighborhood from S0 do
  Update its position using the closeness metric (1 or 2)
  Retrieve (or update if using Metric 2) its dynamic feature (evolution trajectory) c(x, t)t∈[0,T]
Si(x)=c(x,ti)
6: end for
7: Estimate the geodesic current-based baseline shape evolution using {S0, {i}} by minimizing:
E=01vtV2dt+1γiSi-ϕtiv·S0W
8: OUTPUT:
  Set of predicted surfaces { i} at timepoints ti with i ∈ {0, . . . , N}
  Set of smooth temporal evolution trajectories for vertices in S0 for t ∈ [0, tN]