[root]/Testing/Code/Numerics/Statistics

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 428 (100.0%) | 11608 (100.0%) | 27.1 |
| ibanez | 150 (35.0%) | 4720 (40.7%) | 31.4 |
| jisung | 123 (28.7%) | 4522 (39.0%) | 36.7 |
| karthik | 36 (8.4%) | 1000 (8.6%) | 27.7 |
| lorensen | 66 (15.4%) | 612 (5.3%) | 9.2 |
| davisb | 4 (0.9%) | 284 (2.4%) | 71.0 |
| hjohnson | 4 (0.9%) | 188 (1.6%) | 47.0 |
| will | 26 (6.1%) | 78 (0.7%) | 3.0 |
| blezek | 3 (0.7%) | 57 (0.5%) | 19.0 |
| zpincus | 3 (0.7%) | 45 (0.4%) | 15.0 |
| jjomier | 3 (0.7%) | 23 (0.2%) | 7.6 |
| mcoursolle | 2 (0.5%) | 22 (0.2%) | 11.0 |
| malaterre | 1 (0.2%) | 16 (0.1%) | 16.0 |
| hoffman | 2 (0.5%) | 15 (0.1%) | 7.5 |
| king | 3 (0.7%) | 13 (0.1%) | 4.3 |
| Michel | 1 (0.2%) | 9 (0.1%) | 9.0 |
| millerjv | 1 (0.2%) | 4 (0.0%) | 4.0 |
BUG: 9551 ExpectationMaximizationMixtureModelEstimator::GetInitialProportions() fails to compile. Changed return to a pointer.
4 lines of code changed in:
ENH: Removing the purposely failing part of the test, now that we are producing and catching the exception for saturated frequency container.
4 lines of code changed in:
STYLE: Improving formating.
39 lines of code changed in:
BUG: Identified bug that causes Otsu thresholds to fail on images with very large number of background voxels that all fit in the first bin of the histogram.
152 lines of code changed in:
BUG: 9260. Inconsistent integer types used in Windows 64 bits. To fix this, Traits have been introduced for SizeValueType, IndexValueType OffsetValueType, and these traits are now used throughout the Test in replacement for explicit "long" type declarations. ENH: The use of SpacingValueType and PointValueType has also been expanded in the Tests, in replacement for "float" and "double".
12 lines of code changed in:
BUG: 6558. New regression data & CMakeLists.txt for pixel-centered coordinates, for failing test itkSampleSelectiveMeanShiftBlurringFilterTest.
9 lines of code changed in:
COMP: Replacing "pow" with "vcl_pow" in order to support Sun-CC with -stlport4.
3 lines of code changed in:
COMP: Replacing "exp" function with "vcl_exp" in order to support Sun-CC with -stlport4. Also renaming exception variables "exp" as "excp" in order to avoid human confusion.
4 lines of code changed in:
COMP: Replacing "sqrt","exp" and "pow" with their "vcl_" counterparts in order to support Sun-CC with -stlport4.
17 lines of code changed in:
COMP: Replacing "atan" with "vcl_atan" or with use of "vnl_math::pi", in order to support Sun-CC with -stlport4.
3 lines of code changed in:
COMP: Replacing "fabs" with "vcl_fabs" in order to support compilation with Sun-CC and -stlport4.
33 lines of code changed in:
STYLE: Fix typos in comments.
6 lines of code changed in:
COMP: Fixing signature of main() according to error message from gcc 4.3.
4 lines of code changed in:
ENH: added more output to track down crash on VS9.
14 lines of code changed in:
COMP: Removing unused variable. Fixing Borland warnings.
2 lines of code changed in:
BUG: nth_element missing std:: namespace.
12 lines of code changed in:
ENH: Adding explicit test for the NthElement algorithm in StatisticsAlgorithms.
177 lines of code changed in:
ENH: Improving the command line arguments of the test and adjusting the tolerance on the standard deviation. The value of the Standard deviation depends on the input image, therefore it should be provided in the command line (just like the input image file) instead of being hard coded inside the tests.
61 lines of code changed in:
ENH: Add testing versus the STL implementation of nth_element.
40 lines of code changed in:
ENH: Adding a test for a special case, in which a sequence of numbers was found to bring the QuickSelect algorithm into an infinite loop.
1 lines of code changed in:
(202 more)