Directory Modules/MRIBiasFieldCorrection/CommandLineApplication/

Directory Created:
2009-06-23 18:29
Total Files:
3
Deleted Files:
0
Lines of Code:
440

[root]/Modules/MRIBiasFieldCorrection/CommandLineApplication

Lines of Code

Modules/MRIBiasFieldCorrection/CommandLineApplication/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 7 (100.0%) 463 (100.0%) 66.1
sylvain 5 (71.4%) 463 (100.0%) 92.6
naucoin 1 (14.3%) 0 (0.0%) 0.0
jcfr 1 (14.3%) 0 (0.0%) 0.0

Most Recent Commits

jcfr 2009-12-07 23:15 Rev.: 11209

ENH: Update CMakeLists.txt - CMake 2.6 is now required

The following line have been added:

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
IF(COMMAND CMAKE_POLICY)
CMAKE_POLICY(SET CMP0003 NEW)
ENDIF(COMMAND CMAKE_POLICY)
MARK_AS_ADVANCED(CMAKE_BACKWARDS_COMPATIBILITY)

0 lines of code changed in 1 file:

  • Modules/MRIBiasFieldCorrection/CommandLineApplication: CMakeLists.txt (changed)
naucoin 2009-08-19 13:34 Rev.: 10310

COMP: correcting typo in set call

0 lines of code changed in 1 file:

  • Modules/MRIBiasFieldCorrection/CommandLineApplication: MRIBiasFieldCorrectionCommandLine.cxx (changed)
sylvain 2009-07-20 20:37 Rev.: 9978

ENH: add preview window in the left panel. add mask creation from the input image: the user selects a threshold using a slider and the mask is created and rendered in real-time in the preview window.

15 lines of code changed in 2 files:

  • Modules/MRIBiasFieldCorrection/CommandLineApplication: MRIBiasFieldCorrectionCommandLine.cxx (+10 -18), MRIBiasFieldCorrectionCommandLine.xml (+5 -5)
sylvain 2009-06-23 18:29 Rev.: 9774

ENH: create a command line functionality for the mri bias field correction module. add testing

448 lines of code changed in 3 files:

  • Modules/MRIBiasFieldCorrection/CommandLineApplication: CMakeLists.txt (new 82), MRIBiasFieldCorrectionCommandLine.cxx (new 240), MRIBiasFieldCorrectionCommandLine.xml (new 126)
Generated by StatSVN 0.5.0