ITK/Release 4/Refactor Numerical Libraries/Inventory/Accumulation of Rounding Errors
From KitwarePublic
< ITK | Release 4 | Refactor Numerical Libraries | Inventory
Jump to navigationJump to search
Revision as of 16:01, 9 December 2011 by Daviddoria (talk | contribs) (moved ITK Release 4/Refactor Numerical Libraries/Inventory/Accumulation of Rounding Errors to ITK/Release 4/Refactor Numerical Libraries/Inventory/Accumulation of Rounding Errors)
The Problem
- Brian Avants and his group identified that the computation of Mutual Information metric produces inconsistent results under different threading conditions. They narrowed the problem to an accumulation of errors.
- This might be a situation where a more aware process for accumulating a large number of small terms could provide a solution.
- Brian will post the specific lines of code in ITK where the problem is suspected to originate from.