Directory Modules/EMSegment/Registration/

Directory Created:
2007-12-05 13:39
Total Files:
7
Deleted Files:
0
Lines of Code:
2147

[root]/Modules/EMSegment/Registration

Lines of Code

Modules/EMSegment/Registration/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 57 (100.0%) 2507 (100.0%) 43.9
davisb 46 (80.7%) 2005 (80.0%) 43.5
sylvain 7 (12.3%) 500 (19.9%) 71.4
lorensen 4 (7.0%) 2 (0.1%) 0.5

Most Recent Commits

sylvain 2009-07-21 01:18 Rev.: 9987

ENH: create the mesh for the moving image using tetrahedralization. STYLE: comply with VTK standards.

500 lines of code changed in 7 files:

  • Modules/EMSegment/Registration: vtkBSplineRegistrator.cxx (+113 -111), vtkBSplineRegistrator.h (+38 -25), vtkITKTransformAdapter.cxx (+19 -3), vtkITKTransformAdapter.h (+44 -26), vtkRegistratorTypeTraits.h (+17), vtkRigidRegistrator.cxx (+242 -172), vtkRigidRegistrator.h (+27 -11)
lorensen 2008-12-27 11:34 Rev.: 8192

COMP: many warnings removed. STYLE: mainly indentation.

0 lines of code changed in 2 files:

  • Modules/EMSegment/Registration: vtkBSplineRegistrator.cxx (changed), vtkRigidRegistrator.cxx (changed)
davisb 2008-06-23 10:22 Rev.: 7142

BUG: change registration type traits to handle unsigned voxel types (gets around the root problem: ITK pyramid filter does not handle unsigned types)

2 lines of code changed in 1 file:

  • Modules/EMSegment/Registration: vtkRegistratorTypeTraits.h (+2 -2)
davisb 2007-12-27 20:09 Rev.: 5348

BUG: fix memory leaks

13 lines of code changed in 2 files:

  • Modules/EMSegment/Registration: vtkBSplineRegistrator.cxx (+12), vtkRigidRegistrator.cxx (+1 -1)
davisb 2007-12-27 14:27 Rev.: 5341

STYLE: adjust console output spacing

2 lines of code changed in 1 file:

  • Modules/EMSegment/Registration: vtkRigidRegistrator.cxx (+2 -2)
davisb 2007-12-27 11:19 Rev.: 5340

COMP: silence warnings

5 lines of code changed in 2 files:

  • Modules/EMSegment/Registration: vtkBSplineRegistrator.cxx (+2 -1), vtkRigidRegistrator.cxx (+3 -2)
davisb 2007-12-22 14:25 Rev.: 5335

BUG: fix bug in registration orientation handeling for EMSEG

21 lines of code changed in 2 files:

  • Modules/EMSegment/Registration: vtkBSplineRegistrator.cxx (+2 -2), vtkRigidRegistrator.cxx (+19 -2)
lorensen 2007-12-21 19:54 Rev.: 5329

COMP: define ITK_LEAN_AND_MEAN to reduce the complexity of the code. Some MS VS compilers were exceeding memory limit.

2 lines of code changed in 2 files:

  • Modules/EMSegment/Registration: vtkBSplineRegistrator.cxx (+1), vtkRigidRegistrator.cxx (+1)
davisb 2007-12-19 14:11 Rev.: 5285

COMP: add casting to satisfy pow

0 lines of code changed in 1 file:

  • Modules/EMSegment/Registration: vtkBSplineRegistrator.cxx (changed)
davisb 2007-12-18 21:55 Rev.: 5271

ENH: add console output

0 lines of code changed in 2 files:

  • Modules/EMSegment/Registration: vtkBSplineRegistrator.cxx (changed), vtkRigidRegistrator.cxx (changed)
davisb 2007-12-18 19:19 Rev.: 5269

COMP: fix compiler error with round

0 lines of code changed in 1 file:

  • Modules/EMSegment/Registration: vtkBSplineRegistrator.cxx (changed)
davisb 2007-12-18 19:19 Rev.: 5268

COMP: fix windows compiler error with round

0 lines of code changed in 1 file:

  • Modules/EMSegment/Registration: vtkRigidRegistrator.cxx (changed)
davisb 2007-12-18 16:58 Rev.: 5258

ENH: add multires to rigid registration
ENH: simpler heuristics for registration parameters

0 lines of code changed in 3 files:

  • Modules/EMSegment/Registration: vtkBSplineRegistrator.cxx (changed), vtkBSplineRegistrator.h (changed), vtkRigidRegistrator.cxx (changed)
davisb 2007-12-18 10:20 Rev.: 5246

COMP: fix windows compiler error
STYLE: better comments for image downsample pyramid
COMP: disable registation tests---not cross platform

0 lines of code changed in 1 file:

  • Modules/EMSegment/Registration: vtkBSplineRegistrator.cxx (changed)
davisb 2007-12-17 11:58 Rev.: 5236

ENH: clean up transform sampeling a bit

0 lines of code changed in 1 file:

  • Modules/EMSegment/Registration: vtkBSplineRegistrator.cxx (changed)
davisb 2007-12-17 11:18 Rev.: 5235

BUG: don't add duplicate multires levels!

0 lines of code changed in 1 file:

  • Modules/EMSegment/Registration: vtkBSplineRegistrator.cxx (changed)
davisb 2007-12-17 10:40 Rev.: 5232

ENH: deal with memory explosion by adding multiresolution deformable registration

0 lines of code changed in 1 file:

  • Modules/EMSegment/Registration: vtkBSplineRegistrator.cxx (changed)
davisb 2007-12-14 14:15 Rev.: 5211

BUG: standardize random seed for registration sampling so tests work accross machines

0 lines of code changed in 2 files:

  • Modules/EMSegment/Registration: vtkBSplineRegistrator.cxx (changed), vtkRigidRegistrator.cxx (changed)
davisb 2007-12-14 11:46 Rev.: 5202

ENH: use more intelligent registration parameters
ENH: fill in EMSeg parameters for test
ENH: add test gold standard images (not correct yet...)

0 lines of code changed in 3 files:

  • Modules/EMSegment/Registration: vtkBSplineRegistrator.cxx (changed), vtkBSplineRegistrator.h (changed), vtkRigidRegistrator.cxx (changed)
davisb 2007-12-14 09:58 Rev.: 5200

STYLE: typo in comment

0 lines of code changed in 1 file:

  • Modules/EMSegment/Registration: vtkRegistratorTypeTraits.h (changed)
davisb 2007-12-13 20:35 Rev.: 5195

ENH: working on EMSeg deformable registration (not yet...)

92 lines of code changed in 4 files:

  • Modules/EMSegment/Registration: vtkBSplineRegistrator.cxx (changed), vtkBSplineRegistrator.h (changed), vtkITKTransformAdapter.cxx (new 11), vtkITKTransformAdapter.h (new 81)
davisb 2007-12-13 20:34 Rev.: 5194

BUG: needed to initialze vars in constructor

0 lines of code changed in 1 file:

  • Modules/EMSegment/Registration: vtkRigidRegistrator.cxx (changed)
davisb 2007-12-10 21:10 Rev.: 5149

ENH: copy itk transform to vtk transform

0 lines of code changed in 1 file:

  • Modules/EMSegment/Registration: vtkBSplineRegistrator.cxx (changed)
davisb 2007-12-10 17:56 Rev.: 5143

ENH: roughing in EMSeg B-Spline atlas-to-target registration (not yet working)

0 lines of code changed in 2 files:

  • Modules/EMSegment/Registration: vtkBSplineRegistrator.cxx (changed), vtkBSplineRegistrator.h (changed)
davisb 2007-12-10 17:53 Rev.: 5142

STYLE: fix confusing variable name

0 lines of code changed in 2 files:

  • Modules/EMSegment/Registration: vtkRigidRegistrator.cxx (changed), vtkRigidRegistrator.h (changed)
davisb 2007-12-09 22:10 Rev.: 5112

ENH: now rigid registration handles all orientations

0 lines of code changed in 2 files:

  • Modules/EMSegment/Registration: vtkRigidRegistrator.cxx (changed), vtkRigidRegistrator.h (changed)
davisb 2007-12-09 00:32 Rev.: 5103

ENH: filled in target-to-target rigid registration (first working version)

0 lines of code changed in 1 file:

  • Modules/EMSegment/Registration: vtkRigidRegistrator.cxx (changed)
davisb 2007-12-08 23:34 Rev.: 5100

ENH: increase initial optimization step length

0 lines of code changed in 1 file:

  • Modules/EMSegment/Registration: vtkRigidRegistrator.cxx (changed)
davisb 2007-12-06 10:55 Rev.: 5074

STYLE: clean up output

0 lines of code changed in 1 file:

  • Modules/EMSegment/Registration: vtkRigidRegistrator.cxx (changed)
davisb 2007-12-05 13:39 Rev.: 5053

ENH: roughing in emseg registration

1870 lines of code changed in 5 files:

  • Modules/EMSegment/Registration: vtkBSplineRegistrator.cxx (new 813), vtkBSplineRegistrator.h (new 132), vtkRegistratorTypeTraits.h (new 61), vtkRigidRegistrator.cxx (new 722), vtkRigidRegistrator.h (new 142)
Generated by StatSVN 0.5.0