
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 1654 (100.0%) | 31176 (100.0%) | 18.8 |
| ibanez | 601 (36.3%) | 22036 (70.7%) | 36.6 |
| lorensen | 753 (45.5%) | 4565 (14.6%) | 6.0 |
| karthik | 58 (3.5%) | 1491 (4.8%) | 25.7 |
| will | 118 (7.1%) | 1250 (4.0%) | 10.5 |
| hipwell | 2 (0.1%) | 751 (2.4%) | 375.5 |
| cates | 31 (1.9%) | 406 (1.3%) | 13.0 |
| malaterre | 59 (3.6%) | 245 (0.8%) | 4.1 |
| millerjv | 6 (0.4%) | 116 (0.4%) | 19.3 |
| Michel | 2 (0.1%) | 69 (0.2%) | 34.5 |
| hjohnson | 3 (0.2%) | 51 (0.2%) | 17.0 |
| padfield | 1 (0.1%) | 48 (0.2%) | 48.0 |
| lng | 2 (0.1%) | 37 (0.1%) | 18.5 |
| king | 1 (0.1%) | 29 (0.1%) | 29.0 |
| davisb | 2 (0.1%) | 23 (0.1%) | 11.5 |
| jjomier | 7 (0.4%) | 21 (0.1%) | 3.0 |
| kentwilliams | 3 (0.2%) | 16 (0.1%) | 5.3 |
| foskey | 1 (0.1%) | 14 (0.0%) | 14.0 |
| glehmann | 3 (0.2%) | 5 (0.0%) | 1.6 |
| andinet | 1 (0.1%) | 3 (0.0%) | 3.0 |
BUG: Running the exact same program 3 times to test the 3 outputs is not required anymore and breaks parallel testing
1 lines of code changed in:
BUG: VesselnessMeasureImageFilter.cxx was accidentally excluded from the build. It is now added.
2 lines of code changed in:
COMP: ResampleImageFilter7Test --compareNumberOfPixelsTolerance 1
1 lines of code changed in:
ENH: Adding an example on the user of the itkGrayscaleFunctionDilateImageFilter.
85 lines of code changed in:
BUG: 6558. Fix to CMakeLists.txt addresses failing test ResampleImageFilter3Test1. Mistype of regression data for pixel-centered coordinates case.
1 lines of code changed in:
BUG: 6558. Added regression test data for pixel-centered coordinates, and updated appropriate CMakeLists.txt.
68 lines of code changed in:
STYLE: Fixing location of curly brackets.
9 lines of code changed in:
BUG: 6558. Conversion from Physical Point coordinate to Indices is not made consistently across the toolkit. In some cases it was done via rounding while in other cases it was done via truncation. This fix introduces a series of changes proposed by Tom Vercauteren, along with additional modifications dealing with the effect of those changes in the rest of the toolkit. Detailed discussions on these modification can be found in the bug entry 6558 in the bug tracker. Two CMake variables are introduced here * ITK_USE_PORTABLE_ROUND * ITK_USE_CENTERED_PIXEL_COORDINATES_CONSISTENTLY Both variables are set to OFF in order to support backward compatibility. When turning them to ON: ITK_USE_PORTABLE_ROUND enables the use of an ITK natively defined Math::Round() method based on Tom Vercauteren's implementation submitted to VXL. A specific test for this new Round method was added in /Insight/Testing/Code/Common/itkMathRoundProfileTest1.cxx ITK_USE_CENTERED_PIXEL_COORDINATES_CONSISTENTLY enables the use of rounding when converting from physical point coordinates to indices. This variable requires ITK_USE_PORTABLE_ROUND to be enabled. See details at http://public.kitware.com/Bug/view.php?id=6558 http://www.itk.org/mailman/private/insight-developers/2009-May/012439.html http://www.itk.org/pipermail/insight-users/2009-May/030219.html
12 lines of code changed in:
ENH: Removing print out of points. Adding print out of Area and Perimeter.
5 lines of code changed in:
ENH: Adding example on how to use the PolygonSpatialObject and the SpatialObjectToImageFilter to rasterize a polygon.
231 lines of code changed in:
BUG: Test input files should not be in Testing/Temporary. Rather they should be in Testing/Data/Input or Examples/Data. Test input should not depend on the output of another test, since the order that tests run is not guaranteed.
1 lines of code changed in:
COMP: Replacing "sqrt","exp" and "pow" with their "vcl_" counterparts in order to support Sun-CC with -stlport4.
7 lines of code changed in:
COMP: Replacing occurrences of "atan" with "vcl_atan" or with use of "vnl_math::pi" when atan() was used to compute PI.
19 lines of code changed in:
COMP: Addressing warning about conversion from double to signed short.
6 lines of code changed in:
COMP: Addressing a warning related to conversion of double to signed short.
13 lines of code changed in:
ENH: Adding a second example of SpatialObjects rasterization in order to illustrate how to use MetaBalls.
371 lines of code changed in:
ENH: Choosing better shape parameters for the elementary spatial objects.
9 lines of code changed in:
ENH: Completing the addition of "Software Guide" comments.
27 lines of code changed in:
ENH: Adding "Software Guide" comments in order to describe the usage of the filter.
105 lines of code changed in:
ENH: Adding example on how to use the SpatialObjectToImageFilter.
226 lines of code changed in:
(481 more)