nipy / mindboggle

Automated anatomical brain label/shape analysis software (+ website)
http://mindboggle.info
Other
144 stars 54 forks source link

Bug fixes in 3 places to shapeDNA computation #71

Closed m-reuter closed 8 years ago

m-reuter commented 8 years ago
  1. Matrix creation, if area of triangle is zero replace with small number, not with average triangle area
  2. Use negative sigma to shift spectrum away from zero to avoid instability with zero eigenvalue (e.g. closed surfaces or Neumann boundary condition)
  3. Area normalization needs multiplication not division by area! The first two bugs increase stability, but the last caused previous results to be totally wrong when using area normalization!
binarybottle commented 8 years ago

Thank you, Martin!!!