[root]/Modules/MRIBiasFieldCorrection/CommandLineApplication

| 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 |
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:
COMP: correcting typo in set call
0 lines of code changed in 1 file:
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:
ENH: create a command line functionality for the mri bias field correction module. add testing
448 lines of code changed in 3 files: