Directory Modules/EMSegment/Algorithm/

Directory Created:
2007-01-01 18:48
Total Files:
43
Deleted Files:
5
Lines of Code:
19913

[root]/Modules/EMSegment/Algorithm

Lines of Code

Modules/EMSegment/Algorithm/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 130 (100.0%) 19953 (100.0%) 153.4
davisb 104 (80.0%) 19877 (99.6%) 191.1
sylvain 4 (3.1%) 69 (0.3%) 17.2
lorensen 11 (8.5%) 6 (0.0%) 0.5
barre 2 (1.5%) 1 (0.0%) 0.5
samset 1 (0.8%) 0 (0.0%) 0.0
pieper 8 (6.2%) 0 (0.0%) 0.0

Most Recent Commits

pieper 2009-09-10 13:11 Rev.: 10443

COMP: apply patches from Attila Nagy for Solaris builds

0 lines of code changed in 1 file:

  • Modules/EMSegment/Algorithm: vtkFileOps.cxx (changed)
sylvain 2009-08-11 08:46 Rev.: 10210

BUG: compilation error with SunCC because pointer to char must be const pointer to char. Reviewing the code revealed that the function containing this code is not called in EMSegment. Unused functions have thus be commented out.

0 lines of code changed in 2 files:

  • Modules/EMSegment/Algorithm: vtkFileOps.cxx (changed), vtkFileOps.h (changed)
sylvain 2009-06-22 12:00 Rev.: 9757

ENH: create features to improve the usability of the EM Module. The goal is to enable the clinician to perform segmentation by expectation maximization in an efficient fashion. Among other features, an histogram visualization window has been implemented to let the user select the different percentages for the EM classes within an intuitive user interface.

69 lines of code changed in 2 files:

  • Modules/EMSegment/Algorithm: vtkImageMeanIntensityNormalization.cxx (+36 -12), vtkImageMeanIntensityNormalization.h (+33 -9)
pieper 2009-06-17 08:37 Rev.: 9715

STYLE: fix spelling errors identified by Dominique as part of the debian checkin process

0 lines of code changed in 4 files:

  • Modules/EMSegment/Algorithm: EMLocalRegistrationCostFunction.h (changed), vtkImageEMLocalGenericClass.h (changed), vtkImageEMMarkov.cxx (changed), vtkImageEMMarkov.h (changed)
pieper 2009-04-24 10:26 Rev.: 9310

STYLE: fix indent issue

0 lines of code changed in 1 file:

  • Modules/EMSegment/Algorithm: vtkImageMeanIntensityNormalization.cxx (changed)
pieper 2009-04-23 18:08 Rev.: 9304

BUG: fix out of date license files

0 lines of code changed in 2 files:

  • Modules/EMSegment/Algorithm: vtkImageMeanIntensityNormalization.cxx (changed), vtkImageMeanIntensityNormalization.h (changed)
lorensen 2008-12-29 14:08 Rev.: 8209

COMP: warning, unused variable if NDEBUG defined.

2 lines of code changed in 1 file:

  • Modules/EMSegment/Algorithm: EMLocalShapeCostFunction.cxx (+2)
lorensen 2008-12-28 12:14 Rev.: 8200

COMP: warnings, mainly about possible use of variables that have not been assigned values.

4 lines of code changed in 1 file:

  • Modules/EMSegment/Algorithm: EMLocalRegistrationCostFunction.cxx (+4 -4)
lorensen 2008-12-27 11:34 Rev.: 8192

COMP: many warnings removed. STYLE: mainly indentation.

0 lines of code changed in 8 files:

  • Modules/EMSegment/Algorithm: EMLocalAlgorithm.h (changed), EMLocalAlgorithm.txx (changed), EMLocalAlgorithm_Print.txx (changed), EMLocalShapeCostFunction.cxx (changed), vtkFileOps.cxx (changed), vtkImageEMGeneral.cxx (changed), vtkImageEMLocalSuperClass.cxx (changed), vtkImageMeanIntensityNormalization.cxx (changed)
lorensen 2008-07-07 18:47 Rev.: 7257

COMP: gcc 4.3 missing includes.

0 lines of code changed in 1 file:

  • Modules/EMSegment/Algorithm: vtkTimeDef.h (changed)
barre 2008-06-25 10:58 Rev.: 7176

COMP: minor. One of the reason Slicer3 is so slow to compile is that so many classes include STL headers in their own header, instead of their implementation file (PIMPL). Some of those headers are actually not needed anymore by said classes, or were put there "just in case I need a map, vector, list, etc.". The more it happens, the slower the build process gets, and the slower the dependencies are computed/resolved. Try to fix some.

0 lines of code changed in 1 file:

  • Modules/EMSegment/Algorithm: vtkImageEMMarkov.h (-2)
barre 2008-05-20 02:29 Rev.: 6772

ENH: Slicer3 Spring Installation Clean Up

1 lines of code changed in 1 file:

  • Modules/EMSegment/Algorithm: vtkImageEMLocalGenericClass.cxx (+1 -1)
davisb 2008-04-24 08:00 Rev.: 6535

ENH: unify EM algorithm output to std::cerr
BUG: try to fix vtkEMSegmentBuldAndRunNew... test for windows

0 lines of code changed in 23 files:

  • Modules/EMSegment/Algorithm: EMLocalAlgorithm.txx (changed), EMLocalAlgorithm_Initialization.txx (changed), EMLocalAlgorithm_MeanField.txx (changed), EMLocalAlgorithm_Miscellaneous.txx (changed), EMLocalAlgorithm_Print.txx (changed), EMLocalRegistrationCostFunction.cxx (changed), EMLocalRegistrationCostFunction.h (changed), EMLocalShapeCostFunction.cxx (changed), itkEMLocalOptimization.h (changed), vtkDataDef.cxx (changed), vtkImageEMAtlasClass.cxx (changed), vtkImageEMAtlasSegmenter.cxx (changed), vtkImageEMAtlasSuperClass.cxx (changed), vtkImageEMGeneral.cxx (changed), vtkImageEMGenericClass.cxx (changed), vtkImageEMGenericClass.h (changed), vtkImageEMLocalClass.cxx (changed), vtkImageEMLocalGenericClass.cxx (changed), vtkImageEMLocalSegmenter.cxx (changed), vtkImageEMLocalSuperClass.cxx (changed), vtkImageEMMarkov.cxx (changed), vtkImageMeanIntensityNormalization.cxx (changed), vtkSimonParameterReaderWriter.cxx (changed)
davisb 2008-01-09 16:06 Rev.: 5454

BUG: add epsilon to floating point comparison

5 lines of code changed in 1 file:

  • Modules/EMSegment/Algorithm: vtkImageEMLocalClass.cxx (+5 -4)
davisb 2007-09-28 18:18 Rev.: 4473

BUG: fixed accidental checkin

2 lines of code changed in 1 file:

  • Modules/EMSegment/Algorithm: vtkImageEMLocalSegmenter.cxx (+2 -2)
davisb 2007-09-28 18:16 Rev.: 4472

ENH: added SLICER_HOME as input to doxygen configuration file

3 lines of code changed in 1 file:

  • Modules/EMSegment/Algorithm: vtkImageEMLocalSegmenter.cxx (+3)
davisb 2007-06-08 00:33 Rev.: 3524

BUG: fix memory leaks

0 lines of code changed in 1 file:

  • Modules/EMSegment/Algorithm: vtkImageEMLocalSegmenter.cxx (changed)
samset 2007-06-07 16:32 Rev.: 3518

COMP: fix warnings due to sign and unused variables

0 lines of code changed in 1 file:

  • Modules/EMSegment/Algorithm: vtkImageMeanIntensityNormalization.cxx (changed)
davisb 2007-05-30 18:26 Rev.: 3436

ENH: incremental update to EMSeg commandline---recovery from svn database crash

455 lines of code changed in 2 files:

  • Modules/EMSegment/Algorithm: vtkImageMeanIntensityNormalization.cxx (new 349), vtkImageMeanIntensityNormalization.h (new 106)
davisb 2007-05-07 14:09 Rev.: 3347

BUG: fix memory errors in EM algorithm classes

0 lines of code changed in 2 files:

  • Modules/EMSegment/Algorithm: vtkImageEMGenericClass.cxx (changed), vtkImageEMGenericClass.h (changed)
davisb 2007-02-01 14:41 Rev.: 2408

BUG: fixed segfault in EMSegment algorithm code caused by fixing previous memory error

87 lines of code changed in 2 files:

  • Modules/EMSegment/Algorithm: vtkImageEMLocalSegmenter.cxx (+17), vtkImageEMLocalSuperClass.cxx (+70 -6)
davisb 2007-01-04 20:37 Rev.: 2038

COMP: EMSegment: try again to fix vtkTimeDef.h for GCC 4 compiler

0 lines of code changed in 1 file:

  • Modules/EMSegment/Algorithm: vtkTimeDef.h (changed)
davisb 2007-01-04 17:12 Rev.: 2032

COMP: EMSegment: update cmake and reorganize algorithm includes and linking for gcc 4.0

3997 lines of code changed in 16 files:

  • Modules/EMSegment/Algorithm: EMLocalAlgorithm.cxx (del), EMLocalAlgorithm.h (changed), EMLocalAlgorithm.txx (new 1838), EMLocalAlgorithm_Initialization.cxx (del), EMLocalAlgorithm_Initialization.txx (new 1049), EMLocalAlgorithm_MeanField.cxx (del), EMLocalAlgorithm_MeanField.txx (new 198), EMLocalAlgorithm_Miscellaneous.cxx (del), EMLocalAlgorithm_Miscellaneous.txx (new 151), EMLocalAlgorithm_Print.cxx (del), EMLocalAlgorithm_Print.txx (new 752), EMLocalInterface.h (changed), vtkImageEMGenericClass.h (changed), vtkImageEMLocalClass.h (changed), vtkImageEMLocalSuperClass.h (changed), vtkTimeDef.cxx (new 9)
davisb 2007-01-01 21:54 Rev.: 1974

COMP: fix compiler error on VS8

0 lines of code changed in 1 file:

  • Modules/EMSegment/Algorithm: EMLocalShapeCostFunction.cxx (changed)
davisb 2007-01-01 21:05 Rev.: 1973

COMP: quiet compiler warnings GCC3.4

0 lines of code changed in 4 files:

  • Modules/EMSegment/Algorithm: EMLocalAlgorithm.cxx (changed), EMLocalAlgorithm_Print.cxx (changed), EMLocalShapeCostFunction.cxx (changed), vtkImageEMLocalSuperClass.cxx (changed)
davisb 2007-01-01 19:34 Rev.: 1972

COMP: silence compiler warnings for GCC4.1

0 lines of code changed in 9 files:

  • Modules/EMSegment/Algorithm: EMLocalAlgorithm.cxx (changed), EMLocalRegistrationCostFunction.cxx (changed), EMLocalShapeCostFunction.cxx (changed), vtkFileOps.cxx (changed), vtkImageEMGeneral.cxx (changed), vtkImageEMGenericClass.cxx (changed), vtkImageEMLocalSegmenter.cxx (changed), vtkImageEMLocalSuperClass.cxx (changed), vtkSimonParameterReaderWriter.cxx (changed)
davisb 2007-01-01 18:48 Rev.: 1970

ENH: adding EMSegment module

15328 lines of code changed in 40 files:

  • Modules/EMSegment/Algorithm: EMLocalAlgorithm.cxx (new), EMLocalAlgorithm.h (new 432), EMLocalAlgorithm_Initialization.cxx (new), EMLocalAlgorithm_MeanField.cxx (new), EMLocalAlgorithm_Miscellaneous.cxx (new), EMLocalAlgorithm_Print.cxx (new), EMLocalInterface.cxx (new 60), EMLocalInterface.h (new 259), EMLocalRegistrationCostFunction.cxx (new 1102), EMLocalRegistrationCostFunction.h (new 496), EMLocalShapeCostFunction.cxx (new 1101), EMLocalShapeCostFunction.h (new 253), itkEMLocalOptimization.h (new 244), vtkDataDef.cxx (new 372), vtkDataDef.h (new 300), vtkFileOps.cxx (new 436), vtkFileOps.h (new 127), vtkImageEMAtlasClass.cxx (new 361), vtkImageEMAtlasClass.h (new 126), vtkImageEMAtlasSegmenter.cxx (new 2279), vtkImageEMAtlasSegmenter.h (new 242), vtkImageEMAtlasSuperClass.cxx (new 530), vtkImageEMAtlasSuperClass.h (new 156), vtkImageEMGeneral.cxx (new 874), vtkImageEMGeneral.h (new 470), vtkImageEMGenericClass.cxx (new 185), vtkImageEMGenericClass.h (new 274), vtkImageEMLocalClass.cxx (new 340), vtkImageEMLocalClass.h (new 198), vtkImageEMLocalGenericClass.cxx (new 257), vtkImageEMLocalGenericClass.h (new 170), vtkImageEMLocalSegmenter.cxx (new 796), vtkImageEMLocalSegmenter.h (new 208), vtkImageEMLocalSuperClass.cxx (new 752), vtkImageEMLocalSuperClass.h (new 309), vtkImageEMMarkov.cxx (new 496), vtkImageEMMarkov.h (new 164), vtkSimonParameterReaderWriter.cxx (new 747), vtkSimonParameterReaderWriter.h (new 109), vtkTimeDef.h (new 103)
Generated by StatSVN 0.5.0