[root]/Modules/FastMarchingSegmentation
ImageData
(2 files, 201 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 60 (100.0%) | 1600 (100.0%) | 26.6 |
| fedorov | 58 (96.7%) | 1591 (99.4%) | 27.4 |
| vrnova | 1 (1.7%) | 9 (0.6%) | 9.0 |
| jcfr | 1 (1.7%) | 0 (0.0%) | 0.0 |
ENH: updated documentation
0 lines of code changed in 1 file:
BUG: fix viewerwidget access call
0 lines of code changed in 1 file:
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:
ENH: minor GUI update so people can see full names in selector widgets
9 lines of code changed in 1 file:
BUG: bg/fg volumes were reset by PropagateVolumeSelection. renderVolume was
deleted, but not set to "", causing runtime error.
0 lines of code changed in 2 files:
ENH: added warning/info message about limitations of the implementation
0 lines of code changed in 1 file:
ENH: fiducial view changes per Ron's request, fixed RemoveViewProp error
0 lines of code changed in 1 file:
ENH: handle the case when output label image is already initialized
0 lines of code changed in 1 file:
BUG: reallocate threshold filter
0 lines of code changed in 2 files:
ENH: restructured rendering enabled, degenerate (?) cases not handled by the
algorithm may still cause troubles
23 lines of code changed in 1 file:
BUG: disable vol rendering for now
1 lines of code changed in 1 file:
ENH: restructuring
229 lines of code changed in 2 files:
BUG: fixing bugs caused by incorrect assumptions about VTK memory
management
105 lines of code changed in 2 files:
BUG: intensity shift to handle negative values, corrected scale value
3 lines of code changed in 1 file:
BUG: deep copy image data to preserve segmentation from being destroyed
in the subsequent invocation of the fast marching filter
11 lines of code changed in 2 files:
ENH: input image is now rescaled to have range of 300 prior to
segmentation to provide acceptable performance for typical brain
volumes with large intensity ranges
28 lines of code changed in 2 files:
ENH: allow user to turn off volume rendering
17 lines of code changed in 1 file:
BUG: invalid timescroll updates fixed
2 lines of code changed in 1 file:
ENH: progress bar enabled
20 lines of code changed in 2 files:
ENH: added range widget for better precision
0 lines of code changed in 2 files:
ENH: switch to transform view mode after segmentation; TODO:
SlicerToolbarGUI doesn't update on Modified()
0 lines of code changed in 1 file:
ENH: added volume rendering, changed scroll-back event handling to
improve performance, fixed few minor issues
0 lines of code changed in 1 file:
ENH: few more improvements
0 lines of code changed in 2 files:
ENH: incremental improvements
0 lines of code changed in 2 files:
ENH: GUI restructuring and simplification
0 lines of code changed in 2 files:
ENH: added ack logos
0 lines of code changed in 2 files:
BUG: reorganization of the C++ dependency classes to fix portability
problem
0 lines of code changed in 8 files:
BUG: incorrect name in win32 header
0 lines of code changed in 1 file:
BUG: wrong install target
0 lines of code changed in 1 file:
ENH: Added FastMarchingSegmentation module, derived from the original
implementation by Eric Pichon in Slicer2. Reference:
Pichon E, Tannenbaum A, Kikinis R. A statistically based flow for image
segmentation. Med Image Anal. 2004 Sep;8(3):267-74. PMID: 15450221.
1152 lines of code changed in 12 files: