Directory Modules/ExtractSubvolumeROI/

Directory Created:
2009-06-18 17:43
Total Files:
6
Deleted Files:
0
Lines of Code:
1061

[root]/Modules/ExtractSubvolumeROI
            directory in repo ImageData (2 files, 201 lines)

Lines of Code

Modules/ExtractSubvolumeROI/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 35 (100.0%) 1870 (100.0%) 53.4
fedorov 34 (97.1%) 1870 (100.0%) 55.0
jcfr 1 (2.9%) 0 (0.0%) 0.0

Most Recent Commits

fedorov 2009-12-12 22:18 Rev.: 11263

ENH: updated documentation

0 lines of code changed in 1 file:

  • Modules/ExtractSubvolumeROI: ExtractSubvolumeROIGUI.tcl (changed)
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/ExtractSubvolumeROI: CMakeLists.txt (changed)
fedorov 2009-11-24 17:33 Rev.: 11044

BUG: ROI label should not be under transform

0 lines of code changed in 1 file:

  • Modules/ExtractSubvolumeROI: ExtractSubvolumeROIGUI.tcl (changed)
fedorov 2009-11-18 12:50 Rev.: 10979

STYLE: keep the original color for consistency with the documentation

2 lines of code changed in 1 file:

  • Modules/ExtractSubvolumeROI: ExtractSubvolumeROIGUI.tcl (+2 -1)
fedorov 2009-11-18 12:18 Rev.: 10978

ENH: use single-voxel image to display ROI label overlay; ROI parent
transform is now supported
STYLE: cleaned some dead code

41 lines of code changed in 2 files:

  • Modules/ExtractSubvolumeROI: ExtractSubvolumeROIGUI.tcl (+41 -129), ExtractSubvolumeROILogic.tcl (-26)
fedorov 2009-11-17 12:49 Rev.: 10974

BUG: fix incorrect initialization of the display node for label image input

14 lines of code changed in 1 file:

  • Modules/ExtractSubvolumeROI: ExtractSubvolumeROIGUI.tcl (+14 -8)
fedorov 2009-10-25 22:55 Rev.: 10746

BUG: use ImageReslicer filter for ROI extraction to address bug 674.
The module now allows to have both the input volume and the ROI widget
under transforms, and handles non-axis-aligned volumes. FIXME: incorrect
initialization of colormap for resampled label volumes; handling mouse
events does not account for parent transform. TODO: correct visualization
of the ROI overlay in slice views for the cases when parent transforms are
present.

120 lines of code changed in 1 file:

  • Modules/ExtractSubvolumeROI: ExtractSubvolumeROIGUI.tcl (+120 -114)
fedorov 2009-10-22 13:12 Rev.: 10732

BUG: Voxel origin in Slicer is at the center of the pixel. The implementation
made silent assumption that the origin is at the voxel corner. When resampling
factor is not equal to 1, the code would results in a resampled volume that is
off by 0.5*userResampleConst in each dimension in the physical space.

4 lines of code changed in 1 file:

  • Modules/ExtractSubvolumeROI: ExtractSubvolumeROIGUI.tcl (+4 -1)
fedorov 2009-08-27 15:53 Rev.: 10377

ENH: non axis-aligned check will now cause warning, not error.

0 lines of code changed in 1 file:

  • Modules/ExtractSubvolumeROI: ExtractSubvolumeROIGUI.tcl (changed)
fedorov 2009-08-24 17:43 Rev.: 10344

ENH: added error if the input image is not axis-aligned, will not proceed
with resampling for such images

0 lines of code changed in 1 file:

  • Modules/ExtractSubvolumeROI: ExtractSubvolumeROIGUI.tcl (changed)
fedorov 2009-08-24 16:58 Rev.: 10343

ENH: added functionality to reduce ROI with mouse clicks inside the region

0 lines of code changed in 1 file:

  • Modules/ExtractSubvolumeROI: ExtractSubvolumeROIGUI.tcl (changed)
fedorov 2009-08-24 08:40 Rev.: 10338

ENH: removed puts

0 lines of code changed in 1 file:

  • Modules/ExtractSubvolumeROI: ExtractSubvolumeROIGUI.tcl (changed)
fedorov 2009-07-15 11:11 Rev.: 9944

BUG: corrected MRML event observer addition

8 lines of code changed in 1 file:

  • Modules/ExtractSubvolumeROI: ExtractSubvolumeROIGUI.tcl (+8 -6)
fedorov 2009-07-15 09:24 Rev.: 9935

BUG: did not listen to the right event

4 lines of code changed in 1 file:

  • Modules/ExtractSubvolumeROI: ExtractSubvolumeROIGUI.tcl (+4 -4)
fedorov 2009-07-08 12:51 Rev.: 9882

ENH: more descriptive names

12 lines of code changed in 1 file:

  • Modules/ExtractSubvolumeROI: ExtractSubvolumeROIGUI.tcl (+12 -5)
fedorov 2009-07-08 12:29 Rev.: 9881

ENH: allow to control ROI visibility, minor improvements

54 lines of code changed in 1 file:

  • Modules/ExtractSubvolumeROI: ExtractSubvolumeROIGUI.tcl (+54 -6)
fedorov 2009-07-08 11:27 Rev.: 9880

ENH: allow to select interpolator

41 lines of code changed in 1 file:

  • Modules/ExtractSubvolumeROI: ExtractSubvolumeROIGUI.tcl (+41 -5)
fedorov 2009-07-07 17:22 Rev.: 9874

ENH: make sure inputs are not under transforms

6 lines of code changed in 1 file:

  • Modules/ExtractSubvolumeROI: ExtractSubvolumeROIGUI.tcl (+6)
fedorov 2009-07-07 17:10 Rev.: 9873

ENH: removed some of the dead code

3 lines of code changed in 2 files:

  • Modules/ExtractSubvolumeROI: ExtractSubvolumeROIGUI.tcl (+3 -172), ExtractSubvolumeROILogic.tcl (-234)
fedorov 2009-07-07 10:22 Rev.: 9865

BUG: ROI label off by 1

1 lines of code changed in 1 file:

  • Modules/ExtractSubvolumeROI: ExtractSubvolumeROIGUI.tcl (+1 -1)
fedorov 2009-07-02 15:23 Rev.: 9842

BUG: memory leak

1 lines of code changed in 1 file:

  • Modules/ExtractSubvolumeROI: ExtractSubvolumeROIGUI.tcl (+1)
fedorov 2009-06-30 12:44 Rev.: 9826

ENH: bugfixes, improved interaction, corrected instructions

32 lines of code changed in 1 file:

  • Modules/ExtractSubvolumeROI: ExtractSubvolumeROIGUI.tcl (+32 -58)
fedorov 2009-06-21 19:11 Rev.: 9748

ENH: fixed one of the sampling issues

27 lines of code changed in 1 file:

  • Modules/ExtractSubvolumeROI: ExtractSubvolumeROIGUI.tcl (+27 -18)
fedorov 2009-06-21 15:37 Rev.: 9747

BUG: image data installed

15 lines of code changed in 1 file:

  • Modules/ExtractSubvolumeROI: CMakeLists.txt (+15)
fedorov 2009-06-21 15:35 Rev.: 9746

BUG: incorrect reference to image data fixed

32 lines of code changed in 1 file:

  • Modules/ExtractSubvolumeROI: ExtractSubvolumeROIGUI.tcl (+32 -21)
fedorov 2009-06-19 11:24 Rev.: 9734

STYLE: cleanup

0 lines of code changed in 1 file:

  • Modules/ExtractSubvolumeROI: ExtractSubvolumeROIGUI.tcl (changed)
fedorov 2009-06-19 10:48 Rev.: 9733

ENH: improved precision of ROI resizing by in-slice clicks

0 lines of code changed in 1 file:

  • Modules/ExtractSubvolumeROI: ExtractSubvolumeROIGUI.tcl (changed)
fedorov 2009-06-18 17:43 Rev.: 9729

ENH: module for extracting and resampling a volume of interest from a
scalar volume -- initial commit. This is work in progress, a lot of
features are missing. This is committed in preparation for the
programming week and to collect early feedback from Ron.

1453 lines of code changed in 6 files:

  • Modules/ExtractSubvolumeROI: CMakeLists.txt (new 78), ExtractSubvolumeROI.tcl (new 20), ExtractSubvolumeROIGUI.tcl (new 1044), ExtractSubvolumeROILogic.tcl (new 301), ExtractSubvolumeROINode.tcl (new 3), pkgIndex.tcl (new 7)
Generated by StatSVN 0.5.0