Directory Code/Algorithms/

Directory Created:
2000-07-13 10:39
Total Files:
346
Deleted Files:
202
Lines of Code:
89507

Browse with ViewCVS

[root]/Code/Algorithms

Lines of Code

Code/Algorithms/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 7487 (100.0%) 214879 (100.0%) 28.7
ibanez 1535 (20.5%) 34496 (16.1%) 22.4
lorensen 1680 (22.4%) 32849 (15.3%) 19.5
lng 748 (10.0%) 25790 (12.0%) 34.4
will 1159 (15.5%) 18567 (8.6%) 16.0
chenting 154 (2.1%) 17817 (8.3%) 115.6
cates 275 (3.7%) 11820 (5.5%) 42.9
spathak 203 (2.7%) 10400 (4.8%) 51.2
millerjv 358 (4.8%) 8787 (4.1%) 24.5
jin 158 (2.1%) 8610 (4.0%) 54.4
avants 51 (0.7%) 7305 (3.4%) 143.2
ying 33 (0.4%) 5252 (2.4%) 159.1
hipwell 13 (0.2%) 3305 (1.5%) 254.2
kentwilliams 68 (0.9%) 2948 (1.4%) 43.3
jjomier 99 (1.3%) 2621 (1.2%) 26.4
acois 10 (0.1%) 2380 (1.1%) 238.0
raul 18 (0.2%) 2247 (1.0%) 124.8
karthik 73 (1.0%) 2018 (0.9%) 27.6
jisung 37 (0.5%) 1937 (0.9%) 52.3
foskey 22 (0.3%) 1764 (0.8%) 80.1
hjohnson 105 (1.4%) 1683 (0.8%) 16.0
king 202 (2.7%) 1243 (0.6%) 6.1
rchandra 18 (0.2%) 1178 (0.5%) 65.4
leila 10 (0.1%) 935 (0.4%) 93.5
hughett 17 (0.2%) 930 (0.4%) 54.7
jrgold 9 (0.1%) 803 (0.4%) 89.2
aylward 22 (0.3%) 745 (0.3%) 33.8
tolga 20 (0.3%) 632 (0.3%) 31.6
jcross186 8 (0.1%) 620 (0.3%) 77.5
amy 46 (0.6%) 609 (0.3%) 13.2
galeotti 13 (0.2%) 603 (0.3%) 46.3
karl 8 (0.1%) 566 (0.3%) 70.7
styner 15 (0.2%) 456 (0.2%) 30.4
padfield 24 (0.3%) 451 (0.2%) 18.7
blezek 65 (0.9%) 336 (0.2%) 5.1
xwxue 4 (0.1%) 332 (0.2%) 83.0
glehmann 33 (0.4%) 271 (0.1%) 8.2
tom.vercauteren 19 (0.3%) 197 (0.1%) 10.3
vikram 44 (0.6%) 183 (0.1%) 4.1
hanfei 3 (0.0%) 181 (0.1%) 60.3
hoffman 20 (0.3%) 163 (0.1%) 8.1
malaterre 21 (0.3%) 149 (0.1%) 7.0
Matt.Turek 11 (0.1%) 118 (0.1%) 10.7
andinet 3 (0.0%) 104 (0.0%) 34.6
lantiga 10 (0.1%) 95 (0.0%) 9.5
gelas 9 (0.1%) 92 (0.0%) 10.2
blowekamp 6 (0.1%) 80 (0.0%) 13.3
zpincus 3 (0.0%) 62 (0.0%) 20.6
mariusstaring 5 (0.1%) 33 (0.0%) 6.6
noe 2 (0.0%) 23 (0.0%) 11.5
david.cole 4 (0.1%) 20 (0.0%) 5.0
shelton 4 (0.1%) 17 (0.0%) 4.2
Michel 2 (0.0%) 16 (0.0%) 8.0
andy 2 (0.0%) 13 (0.0%) 6.5
barre 1 (0.0%) 11 (0.0%) 11.0
mcoursolle 1 (0.0%) 5 (0.0%) 5.0
tessa 1 (0.0%) 4 (0.0%) 4.0
weisen 1 (0.0%) 3 (0.0%) 3.0
seanmcbride 1 (0.0%) 3 (0.0%) 3.0
martink 1 (0.0%) 1 (0.0%) 1.0

Most Recent Commits

lorensen 2009-11-02 13:46

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

5 lines of code changed in:

lorensen 2009-10-29 13:40

ENH: PrintSelf now uses Get's.

18 lines of code changed in:

blowekamp 2009-10-27 11:06

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.

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

7 lines of code changed in:

ibanez 2009-10-21 12:01

BUG: 9745. The internal behavior of the itkMattesMutualInformationImageToImageMetric has been fixed to work with binary images. Internal computations that were using "unsigned" types inconsistently have now been fixed. However, the naive 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.

54 lines of code changed in:

ibanez 2009-10-20 16:39

BUG: 9709. Remaining issue with the fact that the itkLevelSetMotionRegistrationFunction was always taking the image spacing into account regardless of the settings in the itkLevelSetMotionRegistrationFilter. A new set of methods have been added to the function (SetUseImageSpacing, GetUseImageSpacing) to make it consistent with the itkLevelSetMotionRegistrationFilter.

54 lines of code changed in:

ibanez 2009-10-19 11:18

COMP: The argument of the SetInitialDeformationField() must be a "const" pointer.

3 lines of code changed in:

blezek 2009-10-06 15:11

BUG: changed default of ObjectValue to 1, matching the documentation

3 lines of code changed in:

ibanez 2009-09-17 07:03

BUG: 9554: Fixing major issue with Mesh Filters: They were modifying the input mesh. Const-correctness is now enforced in the input Mesh.

151 lines of code changed in:

kentwilliams 2009-09-03 17:11

COMP: Per cppcheck, free locally allocated memory before possibly throwing an exception

4 lines of code changed in:

lorensen 2009-08-25 07:48

ENH: The test for samples mapping outside of the moving image buffer was too stringent. In the future a method will be added to set this parameter. For now, it is changed from 4 to 16 as suggested by Simon Warfield.

4 lines of code changed in:

tom.vercauteren 2009-08-20 05:08

BUG: Fixed a discrepency in the API of the optimized and standard image to image metric. This implies deprecating the use of volatile image masks.

24 lines of code changed in:

ibanez 2009-08-16 09:33

BUG: Fixing API for setting the input image. It should use the itkSetConstObjectMacro().

5 lines of code changed in:

gelas 2009-08-08 08:32

COMP: fix warnings about unused method parameters, and shadowed declarations of variable.

8 lines of code changed in:

lorensen 2009-07-30 07:57

BUG: 7567. Should use PixelRealType for intermediate computations.

9 lines of code changed in:

lantiga 2009-07-29 06:31

ENH: for consistency with the other TargetReachedModes, make m_TargetValue reflect the last (largest) value of the Eikonal solution generated while fast marching, instead of keeping it set to zero

12 lines of code changed in:

tom.vercauteren 2009-07-15 04:45

STYLE: Improved documentation, MeanSquaresImageToImageMetric really computes the mean of squared differences and not its sum. Thanks to Ramón Casero Cañas for the feedback.

3 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".

13 lines of code changed in:

glehmann 2009-06-28 15:17

COMP: Empty instantiation of itk::Image< unsigned short, 3 > trigger a duplicated symbol error during linking several .o files where this file has been included. It doesn't seem to be still needed, maybe since the input image type can be specified.

3 lines of code changed in:

lorensen 2009-06-19 08:13

COMP: possibly uninitialized variable warning.

3 lines of code changed in:

(2452 more)

Generated by StatCVS 0.3