
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 363 (100.0%) | 10909 (100.0%) | 30.0 |
| ibanez | 133 (36.6%) | 7503 (68.8%) | 56.4 |
| lorensen | 129 (35.5%) | 1774 (16.3%) | 13.7 |
| malaterre | 35 (9.6%) | 463 (4.2%) | 13.2 |
| blowekamp | 10 (2.8%) | 457 (4.2%) | 45.7 |
| will | 40 (11.0%) | 428 (3.9%) | 10.7 |
| jjomier | 3 (0.8%) | 204 (1.9%) | 68.0 |
| karthik | 1 (0.3%) | 43 (0.4%) | 43.0 |
| aylward | 1 (0.3%) | 15 (0.1%) | 15.0 |
| king | 2 (0.6%) | 7 (0.1%) | 3.5 |
| styner | 5 (1.4%) | 4 (0.0%) | 0.8 |
| lng | 1 (0.3%) | 3 (0.0%) | 3.0 |
| cates | 1 (0.3%) | 3 (0.0%) | 3.0 |
| blezek | 1 (0.3%) | 3 (0.0%) | 3.0 |
| hoffman | 1 (0.3%) | 2 (0.0%) | 2.0 |
BUG: Fixing the example, based on bug report in the mailing list. http://www.itk.org/pipermail/insight-users/2009-August/032012.html
47 lines of code changed in:
ENH: Adding an example illustrating how to read a DICOM series, smooth it with a Gaussian, and saving the output as a 3D image.
169 lines of code changed in:
ENH: enabled the VisibleHuman IO examples to be tests
103 lines of code changed in:
COMP: fixed warning about implicit conversion from double to unsigned long
8 lines of code changed in:
COMP: fixed unused parameter compiler warning
8 lines of code changed in:
ENH: adding examples for IO streaming VisibleHumanStreamReadWrite.cxx: This illustrates how to read the Visible Male, and how to use IO streaming to process a 16GB data set using only 50MB of memory. VisibleHumanPasteWrite.cxx: Which primarily show how to utilized pasting streaming to an output image. Also added another CMake variable will be need to point to this data: ITK_VISIBLEHUMAN_DATA_ROOT
338 lines of code changed in:
STYLE: According to KWStyle.
1077 lines of code changed in:
ENH: Adding hook so that if installed GDCM is a GDCM 2.x version, then properly use new API.
15 lines of code changed in:
ENH: Adding a piece of code to dump the correct pixel type to instanciate the itk::ImageFileReader
25 lines of code changed in:
COMP: Avoid Borland LME1518 linker errors.
3 lines of code changed in:
COMP: Avoid Borland LME1518 linker errors.
5 lines of code changed in:
COMP: ITKCommon not needed since it is included in other libs. Causes duplicate symbols on some (Mac) static builds.
26 lines of code changed in:
ENH: Replacing the itk::Image with the itk::OrientedImage to make sure that the orientation read from the DICOM direction cosines is taken into account.
9 lines of code changed in:
ENH: Adding example on how to use the RegularExpressionSeriesFileNames class.
244 lines of code changed in:
COMP: suppress 4275 warning for VS.
4 lines of code changed in:
STYLE: Fix typo
3 lines of code changed in:
ENH: Add example on how to use a user defined dict
11 lines of code changed in:
BUG: if( tagItr == end ) should also call return and quit, instead of continuing. if() of dynamic cast was missing an else to deal with the error case. This corrections were pointed out by Kris Thielemans in the users list: http://public.kitware.com/pipermail/insight-users/2006-September/019460.html
8 lines of code changed in:
BUG: BSpline transform was not registered into the factory by default
12 lines of code changed in:
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir
8 lines of code changed in:
(133 more)