Page MenuHomePhabricator

Add statistics calculator for point set comparison
Closed, ResolvedPublic

Description

This calculator should be able to compute the statistics for a point set comparison:

Mean, SD, Variance, RMS, Median, Min, Max should be calculated for corresponding point differences.

Event Timeline

[f1a135]: Merge branch 'bug-9551-StatisticsCalculatorForPointSetDifference'

Merged commits:

2011-09-28 12:47:38 Alexander Seitel [155e8e]
Added class allowing to calculate statistics for comparing two point sets

[da5447]: Merge branch 'bug-9551-FixAmbigousCallsToSqrt'

Merged commits:

2011-09-28 15:31:26 Alexander Seitel [628abf]
COMP: fixed ambiguous calls to sqrt()

[b75030]: Merge branch 'bug-9551-FixAmbigousCallsToSqrt'

Merged commits:

2011-09-28 15:52:34 Alexander Seitel [c849bc]
COMP: Temporarily deactivate test.

[59aaab]: Merge branch 'bug-9551-FixVariableInitialization'

Merged commits:

2011-09-29 09:44:18 Alexander Seitel [701d7b]
COMP: added missing variable initialization, reactivated test

[3ffa5b]: Merge branch 'bug-9551-StatisticsCalculatorForPointSetDifference'

Con

Merged commits:

2011-09-29 08:36:49 Alexander Seitel [16ef56]
Merge branch 'bug-9551-FixAmbigousCallsToSqrt' into bug-9551-StatisticsCalculatorForPointSetDifference

Conflicts:
Modules/ImageStatistics/Testing/mitkPointSetDifferenceStatisticsCalculatorTest.cpp


2011-09-28 20:06:43 Alexander Seitel [21f59e]
corrected zero check


2011-09-28 19:51:35 Alexander Seitel [cc44a2]
Added zero check for point sets


2011-09-28 15:25:17 Alexander Seitel [5007a2]
COMP: fixed ambiguous calls to sqrt()


2011-09-28 13:46:30 Alexander Seitel [c5c275]
Add exceptions for cases when point sets are not equally size or point sets are empty.