[root]/Applications/CLI/RegisterImagesModule/Applications
Data
(3 files, 19 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 66 (100.0%) | 6273 (100.0%) | 95.0 |
| aylward | 35 (53.0%) | 4279 (68.2%) | 122.2 |
| casey.goodlett | 23 (34.8%) | 1989 (31.7%) | 86.4 |
| jcfr | 1 (1.5%) | 4 (0.1%) | 4.0 |
| lorensen | 1 (1.5%) | 1 (0.0%) | 1.0 |
| pieper | 4 (6.1%) | 0 (0.0%) | 0.0 |
| millerjv | 2 (3.0%) | 0 (0.0%) | 0.0 |
ENH: Add module to compute a transform two corresponding fiducial lists. The two lists are expected to be ordered such that the same index in each list is expected to contain corresponding points. Currently the module supports translations, rigid transformations, and similiarity transformations.
228 lines of code changed in 3 files:
ENH: Update CMakeLists.txt, use FILE(MAKE_DIRECTORY ..) instead of deprecated MAKE_DIRECTORY(..)
4 lines of code changed in 1 file:
ENH: When setting the metric set it for rigid, affine, and bspline not just rigid.
18 lines of code changed in 1 file:
ENH: Add capability to add a label image as a mask for the fixed images. Samples used to compute the image match metric are only drawn within this mask.
76 lines of code changed in 2 files:
COMP: Unused params
0 lines of code changed in 1 file:
BUG: Need to link modules with ITK
0 lines of code changed in 1 file:
ENH: Tweak a few parameters
0 lines of code changed in 2 files:
COMP: Forgot a few lines in the CMakeLists.txt for the previous checkin
0 lines of code changed in 1 file:
ENH: Add two new prototype modules to fall in a hierarchy of registration modules that will solve specific use cases. As a first step included are RegisterFollowupBrainMR and RegisterBrainMRToTemplate. These modules present a simplified view of the options in Register Images for those use cases.
990 lines of code changed in 5 files:
BUG: Commandline args to generateTestData changed
0 lines of code changed in 1 file:
COMP: Message about long tests should be an "Attention" statement and not a "Warning" statement to avoid ctest flagging as a build configuration warning on dashboards
0 lines of code changed in 1 file:
ENH: Updated to support testing when used by external projects. Also added argument to ResampleImage function to specify DefaultPixelValue used by resampler.
0 lines of code changed in 1 file:
ENH: switch transform save and load to use the appropriate slicer routines.
0 lines of code changed in 1 file:
ENH: switch landmark initalization to use fiducials list instead of float-vector.
0 lines of code changed in 1 file:
ENH: Merge latest version of RegisterImagesModule. This includes better support for landmark initalization.
677 lines of code changed in 7 files:
ENH: Ordering registration modules
0 lines of code changed in 1 file:
BUG: merge compile fix for vs 2003 .NET from 3.4 branch
0 lines of code changed in 1 file:
BUG: fix license text (with Stephen Aylward's permission)
0 lines of code changed in 3 files:
BUG: Attempt to fix bug #488 and perhaps #440 but forcing functions in plugins to have file scope. Turns out not to be cause of the bug but since it is probably a good idea to have the code structured like this, I am checking it in.
0 lines of code changed in 1 file:
ENH: Reduced compile time when 2D image support isn't needed
6 lines of code changed in 1 file:
ENH: Added documentation url.
1 lines of code changed in 1 file:
BUG: slicer
0 lines of code changed in 1 file:
BUG: Disabled testing and removed ability to change metric type
0 lines of code changed in 3 files:
BUG: Something changed in how slicer does commandline image passing to dlls
0 lines of code changed in 1 file:
ENH: Sync'ing with version in main repository
0 lines of code changed in 5 files:
BUG: Resolved flawed logic when limiting samples to the overlapping volume between the fixed and moving images
0 lines of code changed in 2 files:
BUG: Need to set channel (in/out) for transform io. Also check pixel type of fixed and moving images.
0 lines of code changed in 2 files:
ENH: Fully working version of pipelined registration. Still needs to provide progress information
4273 lines of code changed in 15 files: