Directory Applications/CLI/DiffusionApplications/dwiNoiseFilter/

Total Files:
17
Deleted Files:
2
Lines of Code:
2275

[root]/Applications/CLI/DiffusionApplications/dwiNoiseFilter

Lines of Code

Applications/CLI/DiffusionApplications/dwiNoiseFilter/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 41 (100.0%) 1714 (100.0%) 41.8
atriveg 19 (46.3%) 1674 (97.7%) 88.1
barre 3 (7.3%) 35 (2.0%) 11.6
millerjv 2 (4.9%) 4 (0.2%) 2.0
pieper 3 (7.3%) 1 (0.1%) 0.3
lorensen 14 (34.1%) 0 (0.0%) 0.0

Most Recent Commits

pieper 2009-03-19 14:44 Rev.: 8915

ENH: fix module menu layout to match the documentation on the wiki

1 lines of code changed in 1 file:

  • Applications/CLI/DiffusionApplications/dwiNoiseFilter: dwiNoiseFilter.xml (+1 -1)
lorensen 2008-12-27 15:49 Rev.: 8196

COMP: warnings removed. STYLE: indentation.

0 lines of code changed in 1 file:

  • Applications/CLI/DiffusionApplications/dwiNoiseFilter: itkLMMSEVectorImageFilter.txx (changed)
atriveg 2008-12-13 16:14 Rev.: 8137

ENH: Modification of DiffusionApplicaions on CLI; enhanced dwiFiltering and added a new filter

1674 lines of code changed in 19 files:

  • Applications/CLI/DiffusionApplications/dwiNoiseFilter: CMakeLists.txt (changed), LMMSE.cxx (new 305), dwiNoiseFilter.cxx (changed), dwiNoiseFilter.xml (new 117), itkComputeRestrictedHistogram.h (new 110), itkComputeRestrictedHistogram.txx (new 93), itkComputeStatisticsWherePositiveFilter.h (new 105), itkComputeStatisticsWherePositiveFilter.txx (new 114), itkExtractVolumeFilter.h (changed), itkExtractVolumeFilter.txx (changed), itkLMMSEVectorImageFilter.h (new 178), itkLMMSEVectorImageFilter.txx (new 161), itkLMMSEVectorImageFilterStep.h (new 113), itkLMMSEVectorImageFilterStep.txx (new 181), itkMaskedMeanImageFilter.h (changed), itkMaskedMeanImageFilter.txx (new 132), itkRicianLMMSEImageFilter.h (del), itkRicianLMMSEImageFilter.txx (del), itkVectorImageCastFilter.h (new 65)
lorensen 2008-11-25 12:46 Rev.: 7972

COMP: style, copyright, svn keywords and warnings.

0 lines of code changed in 5 files:

  • Applications/CLI/DiffusionApplications/dwiNoiseFilter: dwiNoiseFilter.cxx (changed), itkExtractVolumeFilter.h (changed), itkExtractVolumeFilter.txx (changed), itkMaskedMeanImageFilter.h (changed)
barre 2008-05-27 17:44 Rev.: 6889

ENH: Plugins and Modules have specific location for their binairies/dll, different from the usual bin/ and lib/ (i.e. lib/Slicer3/Plugins, lib/Slicer3/Modules). This was achieved by setting LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH from the slicer3_set_default_modules_output_path and slicer3_set_default_plugins_output_path macro, but it is a dangerous practice to override a global variable, as it propagates to subtrees. As a result, SlicerTractographySeeding, which combines a module and a CLP in the same CMakeLists, was not built to the proper directory; ExtractSkeleton was not output in the right location either, and several tests ended up in Plugins instead of bin/ (GaussianBlurImageFilterTest, OrientImageTest). Fix this by creating a macro that will set the LIBRARY_OUTPUT_DIRECTORY and RUNTIME_OUTPUT_DIRECTORY explicitly on a *target* basis, using SET_TARGET_PROPERTIES. This removes the side-effects described above.

1 lines of code changed in 1 file:

  • Applications/CLI/DiffusionApplications/dwiNoiseFilter: CMakeLists.txt (+1 -2)
barre 2008-05-26 10:23 Rev.: 6854

ENH: added slicer3_install_modules and slicer3_install_plugins macro to hide the big INSTALL() command that was used to install plugins/modules; this is more elegant, and enable us to have better control on installation by modifying just one file.

1 lines of code changed in 1 file:

  • Applications/CLI/DiffusionApplications/dwiNoiseFilter: CMakeLists.txt (+1 -7)
barre 2008-05-20 02:32 Rev.: 6776

ENH: Slicer3 Spring Installation Clean Up

33 lines of code changed in 1 file:

  • Applications/CLI/DiffusionApplications/dwiNoiseFilter: CMakeLists.txt (+33 -35)
millerjv 2008-02-02 14:55 Rev.: 5677

BUG: Configuration changes needed now that there is a SlicerBaseCLI library that holds utility code.

1 lines of code changed in 1 file:

  • Applications/CLI/DiffusionApplications/dwiNoiseFilter: CMakeLists.txt (+1 -1)
millerjv 2008-01-23 10:07 Rev.: 5576

ENH: More changes to the configurations of GenerateCLP to streamline its use and installation. Thanks to Hans Johnson for working through many of these issues.

3 lines of code changed in 1 file:

  • Applications/CLI/DiffusionApplications/dwiNoiseFilter: CMakeLists.txt (+3 -3)
pieper 2007-07-02 12:14 Rev.: 3781

COMP: move resources to top level so they can be used by command line modules that are bundled with Modules

0 lines of code changed in 2 files:

  • Applications/CLI/DiffusionApplications/dwiNoiseFilter: CMakeLists.txt (new)
lorensen 2007-06-25 22:09 Rev.: 3682

COMP: Removed some types from windows. Some VS compilers stack overflow if all types are instantiated.

0 lines of code changed in 2 files:

  • Applications/CLI/DiffusionApplications/dwiNoiseFilter: dwiNoiseFilter.cxx (new)
lorensen 2007-06-25 22:05 Rev.: 3681

BUG: Removed concept checking. Does not appear that its is needed and causes compilation errors.

0 lines of code changed in 6 files:

  • Applications/CLI/DiffusionApplications/dwiNoiseFilter: itkExtractVolumeFilter.h (new), itkExtractVolumeFilter.txx (new), itkRicianLMMSEImageFilter.h (new)
Generated by StatSVN 0.5.0