Directory Code/Review/

Directory Created:
2006-03-03 21:05
Total Files:
498
Deleted Files:
154
Lines of Code:
104988

Browse with ViewCVS

[root]/Code/Review
             Statistics (106 files, 22538 lines)

Lines of Code

Code/Review/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 3172 (100.0%) 146314 (100.0%) 46.1
ibanez 1072 (33.8%) 59971 (41.0%) 55.9
glehmann 341 (10.8%) 28714 (19.6%) 84.2
hanfei 261 (8.2%) 10887 (7.4%) 41.7
lorensen 534 (16.8%) 6160 (4.2%) 11.5
andinet 127 (4.0%) 5794 (4.0%) 45.6
sophie.chen 47 (1.5%) 5371 (3.7%) 114.2
sylvain 92 (2.9%) 4824 (3.3%) 52.4
gelas 187 (5.9%) 4359 (3.0%) 23.3
danmueller 16 (0.5%) 3422 (2.3%) 213.8
turner 29 (0.9%) 3284 (2.2%) 113.2
Matt.Turek 43 (1.4%) 2951 (2.0%) 68.6
dcb210 23 (0.7%) 2074 (1.4%) 90.1
finetjul 52 (1.6%) 1734 (1.2%) 33.3
hjohnson 30 (0.9%) 1406 (1.0%) 46.8
kishore 71 (2.2%) 1252 (0.9%) 17.6
tom.vercauteren 63 (2.0%) 829 (0.6%) 13.1
ntustison 21 (0.7%) 798 (0.5%) 38.0
aylward 23 (0.7%) 788 (0.5%) 34.2
karthik 6 (0.2%) 778 (0.5%) 129.6
jjomier 18 (0.6%) 264 (0.2%) 14.6
millerjv 46 (1.5%) 131 (0.1%) 2.8
blowekamp 11 (0.3%) 119 (0.1%) 10.8
lantiga 6 (0.2%) 98 (0.1%) 16.3
kentwilliams 5 (0.2%) 67 (0.0%) 13.4
smr 9 (0.3%) 62 (0.0%) 6.8
padfield 2 (0.1%) 53 (0.0%) 26.5
king 20 (0.6%) 43 (0.0%) 2.1
casey.goodlett 2 (0.1%) 21 (0.0%) 10.5
leila 1 (0.0%) 16 (0.0%) 16.0
david.cole 8 (0.3%) 16 (0.0%) 2.0
mariusstaring 3 (0.1%) 10 (0.0%) 3.3
seanmcbride 1 (0.0%) 7 (0.0%) 7.0
blezek 1 (0.0%) 7 (0.0%) 7.0
malaterre 1 (0.0%) 4 (0.0%) 4.0

Most Recent Commits

lorensen 2009-11-02 10:37

BUG: Number of histogram bins for Mattes must be at least 5 to allow for padding of the Parzen window.

8 lines of code changed in:

tom.vercauteren 2009-10-29 10:03

ENH: Replaced vcl_ceil and vcl_floor by their itk::Math counterpart in the Code/Review directory

34 lines of code changed in:

tom.vercauteren 2009-10-29 06:19

ENH: Changed some signed long to a cleaner IndexValueType + replaced some hand constructed floor by itk::Math::Floor

39 lines of code changed in:

blowekamp 2009-10-27 15:25

COMP: replaced nested typename typedefs with a more direct typedef for IndexValueType to hopefully please VS6

4 lines of code changed in:

blowekamp 2009-10-27 13:12

COMP: replaced typename template parameter with typedef types for vs6

16 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.

15 lines of code changed in:

ibanez 2009-10-25 21:57

BUG: 9745. Fixing integer types involved in the computation of histogram bin locations.

28 lines of code changed in:

ibanez 2009-10-24 18:17

BUG: 9745. The approach of setting the number of bins to 2 (for binary images) is not functional due to the need of having extra histogram bins for performing the smoothing required for Parzen Windowing. Therefore, the SetNumberOfHistogramBins method has been modified to clamp the value to a minimum of 4. That is, even if you call the method with an argument =2, the actual number of bins will be set to the value 4.

9 lines of code changed in:

ibanez 2009-10-22 12:49

BUG: 9757: Feature Request: Flatten the header directory structure when installing ITK. A CMake option called ITK_USE_FLAT_DIRECTORY has been added. When ON, all the Headers from Insight/Code subdirectories will be copied to a single destination directory. We are still working on flattening the Insight/Utilities tree...

8 lines of code changed in:

kentwilliams 2009-10-14 11:25

COMP:quieted warning in cast from const * to const void pointer

5 lines of code changed in:

ibanez 2009-10-13 12:17

COMP: Removing unnecessary "typename" keyword, that produced compilation error in VS6.

6 lines of code changed in:

glehmann 2009-10-13 05:59

ENH: Change the order of the test for a better code coverage. STYLE: Indentation enhancement.

28 lines of code changed in:

glehmann 2009-10-12 16:37

ENH: Test the exception when the number of objects is too large. ENH: Enhance the error message by adding the number of objects found and the largest possible numbers.

4 lines of code changed in:

glehmann 2009-10-12 16:25

BUG: Fix progress report.

4 lines of code changed in:

glehmann 2009-10-12 14:55

BUG: Progress was broken. Splitting big methods in smaller ones is usually a good practice. Unfortunatly, it's often difficult to do it right in ITK without breaking the progress report.

13 lines of code changed in:

lorensen 2009-10-11 15:24

BUG: Since this filter ignores the outp region, provide a SplitRequestedRegion to always return a valid number. For some large number of threads the filter was crashing.

9 lines of code changed in:

lorensen 2009-10-05 08:53

COMP: Bad export.

3 lines of code changed in:

lorensen 2009-10-03 12:15

ENH: New classes from the Insight Journal.

466 lines of code changed in:

lorensen 2009-10-02 08:36

COMP: unused variable warning.

3 lines of code changed in:

ntustison 2009-10-02 06:42

COMP: Removed shadowed declaration warning.

8 lines of code changed in:

(1272 more)

Generated by StatCVS 0.3