Directory Testing/Code/BasicFilters/

Directory Created:
2000-04-10 11:31
Total Files:
286
Deleted Files:
18
Lines of Code:
47697

Browse with ViewCVS

[root]/Testing/Code/BasicFilters

Lines of Code

Testing/Code/BasicFilters/ Lines of Code

Developers

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

Most Recent Commits

ibanez 2009-11-02 10:26

ENH: Adding unit test for the itkAtan2ImagFilter.

173 lines of code changed in:

glehmann 2009-10-31 08:35

BUG: Tests shouldn't use the same output files to be usable with parallel tests

2 lines of code changed in:

blowekamp 2009-10-27 11:05

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:

mariusstaring 2009-10-08 03:22

ENH: more coverage

67 lines of code changed in:

lorensen 2009-09-30 12:08

BUG: 7114 itkParallelSparseFieldLevelSetImageFilter dismisses image information (spacing...). ENH: Test is now a regression test.

73 lines of code changed in:

ibanez 2009-09-17 07:14

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:

lorensen 2009-08-30 08:38

ENH: reduced output of test.

3 lines of code changed in:

blowekamp 2009-08-17 09:23

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:

blowekamp 2009-08-15 13:46

BUG: 8524 removed failing tests untill bug can be fixed

12 lines of code changed in:

blowekamp 2009-08-13 11:00

BUG: itkStreamingImageFilterTest3_2 was refering to the wrong test image

1 lines of code changed in:

blowekamp 2009-08-13 09:25

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:

hjohnson 2009-07-29 22:21

COMP: Removed compiler warnings.

14 lines of code changed in:

tom.vercauteren 2009-07-29 03:53

COMP: shut up compiler warning issued when ITK_USE_CENTERED_PIXEL_COORDINATES_CONSISTENTLY

5 lines of code changed in:

lorensen 2009-07-26 08:51

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:

ibanez 2009-07-12 06:52

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:

tom.vercauteren 2009-06-16 03:58

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:

lorensen 2009-06-06 08:28

COMP: unused parameter warnings,

7 lines of code changed in:

lorensen 2009-06-03 07:48

COMP: unused parameter warnings,

8 lines of code changed in:

Michel 2009-06-01 17:53

STYLE: 6558. Commented out section, mistakenly left in, taken out completely.

2 lines of code changed in:

Michel 2009-06-01 17:49

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)

Generated by StatCVS 0.3