[root]/Testing/Code/BasicFilters

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 2945 (100.0%) | 64706 (100.0%) | 21.9 |
| ibanez | 717 (24.3%) | 19641 (30.4%) | 27.3 |
| lorensen | 691 (23.5%) | 10682 (16.5%) | 15.4 |
| millerjv | 187 (6.3%) | 6541 (10.1%) | 34.9 |
| will | 322 (10.9%) | 2977 (4.6%) | 9.2 |
| lng | 73 (2.5%) | 2659 (4.1%) | 36.4 |
| bwyman | 15 (0.5%) | 1717 (2.7%) | 114.4 |
| jjomier | 96 (3.3%) | 1592 (2.5%) | 16.5 |
| king | 67 (2.3%) | 1555 (2.4%) | 23.2 |
| padfield | 38 (1.3%) | 1273 (2.0%) | 33.5 |
| cates | 57 (1.9%) | 1267 (2.0%) | 22.2 |
| shelton | 30 (1.0%) | 1204 (1.9%) | 40.1 |
| turner | 17 (0.6%) | 1186 (1.8%) | 69.7 |
| hoffman | 127 (4.3%) | 1011 (1.6%) | 7.9 |
| andinet | 31 (1.1%) | 921 (1.4%) | 29.7 |
| karthik | 34 (1.2%) | 851 (1.3%) | 25.0 |
| galeotti | 20 (0.7%) | 796 (1.2%) | 39.8 |
| blowekamp | 26 (0.9%) | 719 (1.1%) | 27.6 |
| hjohnson | 18 (0.6%) | 617 (1.0%) | 34.2 |
| xwxue | 7 (0.2%) | 592 (0.9%) | 84.5 |
| glehmann | 19 (0.6%) | 586 (0.9%) | 30.8 |
| spathak | 9 (0.3%) | 573 (0.9%) | 63.6 |
| kaucic | 9 (0.3%) | 571 (0.9%) | 63.4 |
| blezek | 95 (3.2%) | 518 (0.8%) | 5.4 |
| malaterre | 117 (4.0%) | 501 (0.8%) | 4.2 |
| aylward | 8 (0.3%) | 437 (0.7%) | 54.6 |
| ying | 4 (0.1%) | 387 (0.6%) | 96.7 |
| tamburo | 12 (0.4%) | 380 (0.6%) | 31.6 |
| Michel | 11 (0.4%) | 338 (0.5%) | 30.7 |
| leila | 6 (0.2%) | 323 (0.5%) | 53.8 |
| kentwilliams | 11 (0.4%) | 312 (0.5%) | 28.3 |
| suyash | 4 (0.1%) | 300 (0.5%) | 75.0 |
| tolga | 14 (0.5%) | 279 (0.4%) | 19.9 |
| acois | 6 (0.2%) | 266 (0.4%) | 44.3 |
| raul | 6 (0.2%) | 249 (0.4%) | 41.5 |
| hughett | 7 (0.2%) | 217 (0.3%) | 31.0 |
| tom.vercauteren | 4 (0.1%) | 192 (0.3%) | 48.0 |
| zpincus | 1 (0.0%) | 155 (0.2%) | 155.0 |
| jisung | 18 (0.6%) | 83 (0.1%) | 4.6 |
| mariusstaring | 1 (0.0%) | 67 (0.1%) | 67.0 |
| leue | 4 (0.1%) | 60 (0.1%) | 15.0 |
| wilson | 1 (0.0%) | 39 (0.1%) | 39.0 |
| martink | 1 (0.0%) | 34 (0.1%) | 34.0 |
| mcoursolle | 2 (0.1%) | 23 (0.0%) | 11.5 |
| amy | 2 (0.1%) | 15 (0.0%) | 7.5 |
ENH: Adding unit test for the itkAtan2ImagFilter.
173 lines of code changed in:
BUG: Tests shouldn't use the same output files to be usable with parallel tests
2 lines of code changed in:
BUG: 6558 changing rounding methods to use the templated rounding methods in itkMath, this enables the support of the full size of typename itk::Index::ValueType regaurdless of its size.
25 lines of code changed in:
ENH: more coverage
67 lines of code changed in:
BUG: 7114 itkParallelSparseFieldLevelSetImageFilter dismisses image information (spacing...). ENH: Test is now a regression test.
73 lines of code changed in:
BUG: 9554: Fixing major issue with Mesh Filters: They were modifying the input mesh. Const-correctness is now enforced in the input Mesh.
15 lines of code changed in:
ENH: reduced output of test.
3 lines of code changed in:
BUG: 9431 adding test for the canny edge filter which runs the filter multiple times and expects the same output
119 lines of code changed in:
BUG: 8524 removed failing tests untill bug can be fixed
12 lines of code changed in:
BUG: itkStreamingImageFilterTest3_2 was refering to the wrong test image
1 lines of code changed in:
BUG: 8524 adding test to reproduce, this test illustrates problems with itkImageRegionMultidimensionalSplitter, specifically GetNumberOfSplits not returning the correct value add the latter splitting not being performed with the same number of splits
108 lines of code changed in:
COMP: Removed compiler warnings.
14 lines of code changed in:
COMP: shut up compiler warning issued when ITK_USE_CENTERED_PIXEL_COORDINATES_CONSISTENTLY
5 lines of code changed in:
ENH: Changed test so that HMaxima and HMinima have input image types that differ from the output image types.
12 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".
207 lines of code changed in:
ENH: Removed unnecessary ITK_USE_PORTABLE_ROUND cmake variable and added Floor and Ceil functions to itk::Math namespace
2 lines of code changed in:
COMP: unused parameter warnings,
7 lines of code changed in:
COMP: unused parameter warnings,
8 lines of code changed in:
STYLE: 6558. Commented out section, mistakenly left in, taken out completely.
2 lines of code changed in:
BUG: 6558. Adaptation to work with ITK_USE_CENTERED_PIXEL_COORDINATES_CONSISTENTLY turned on, i.e. with itk::Math::RoundHalfIntegerUp() function.
12 lines of code changed in:
(1282 more)