[root]/Modules/ChangeTracker/CommandLineApplicationNew
![]()
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 21 (100.0%) | 1508 (100.0%) | 71.8 |
| fedorov | 20 (95.2%) | 1508 (100.0%) | 75.4 |
| jcfr | 1 (4.8%) | 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:
BUG: incorrect initialization of the ras2ijk matrix for segmented image
2 lines of code changed in 1 file:
ENH: fix windows compile issues, make .xml consistent with the new way of
defining roi
25 lines of code changed in 2 files:
ENH: results in agreement with GUI
5 lines of code changed in 1 file:
ENH: reworked roi resampling procedure, now with just one resampling.
Eliminated inconsistency of roi extraction between gui and cli.
121 lines of code changed in 2 files:
STYLE: warnings
2 lines of code changed in 1 file:
BUG: incorrect thresholding for histogram calculation; uninitialized
resampling mode in CLI
4 lines of code changed in 1 file:
BUG: whole volume used to compute histogram instead of ROI; GUI/CLI results
still not consistent
6 lines of code changed in 2 files:
ENH: both metrics working, need to confirm same as GUI results, need to fix
memory leaks
91 lines of code changed in 2 files:
BUG: incorrect orientation matrix during image saving
50 lines of code changed in 1 file:
BUG: DefineSuperSampleSize must be independent of the MRML node
29 lines of code changed in 1 file:
ENH: filling in new functionality, no backwards compatibility
126 lines of code changed in 3 files:
ENH: initial commit for the command line module to reflect the updated
workflow; this one is just a copy of the original CL module
1047 lines of code changed in 3 files: