Directory Applications/CLI/RegisterImagesModule/MultiResApplications/

Directory Created:
2009-11-16 18:28
Total Files:
16
Deleted Files:
0
Lines of Code:
3096

[root]/Applications/CLI/RegisterImagesModule/MultiResApplications

Lines of Code

Applications/CLI/RegisterImagesModule/MultiResApplications/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
casey.goodlett 24 (100.0%) 3098 (100.0%) 129.0

Most Recent Commits

casey.goodlett 2009-11-24 14:45 Rev.: 11043

ENH: Merge improvments into RegisterImagesMultiRes. There are a few important improvements available here.

(1) Better heuristic for downsampling images of different resolutions and spacing. The actual heuristic is implemented in DownsampleHeuristics.h. This should enable the algorithm to work a much wider range of images (including different resolution of fixed and moving images).

(2) Heuristic for computing optimizer scales so the user only has to select one global step size (in units of voxels). The image is then used to compute the scalings for each component of the transform.

(3) support for saving the output transform in addition to the resampled image

185 lines of code changed in 8 files:

  • Applications/CLI/RegisterImagesModule/MultiResApplications: CMakeLists.txt (changed), DownsampleHeuristics.h (new 96), RegisterImagesMultiRes.cxx (changed), RegisterImagesMultiRes.xml (changed), ScalingHeuristics.cxx (new 66), ScalingHeuristics.h (new 23), itkEulerAnisotropicSimilarity3DTransform.h (changed), itkEulerSimilarity3DTransform.h (changed)
casey.goodlett 2009-11-17 09:52 Rev.: 10970

COMP: Specify overload of log to use on windows.

1 lines of code changed in 1 file:

  • Applications/CLI/RegisterImagesModule/MultiResApplications: RegisterImagesMultiRes.cxx (+1 -1)
casey.goodlett 2009-11-17 09:47 Rev.: 10969

COMP: Use std::log instead of log in MultiRes RegisterImages.

1 lines of code changed in 1 file:

  • Applications/CLI/RegisterImagesModule/MultiResApplications: RegisterImagesMultiRes.cxx (+1 -1)
casey.goodlett 2009-11-17 09:45 Rev.: 10968

COMP: Fix compile errors for multires RegisterImages on windows.

5 lines of code changed in 1 file:

  • Applications/CLI/RegisterImagesModule/MultiResApplications: RegisterImagesMultiRes.cxx (+5)
casey.goodlett 2009-11-16 18:28 Rev.: 10965

ENH: Add experimental module Register Images MultiRes. This registration module uses a new set of euler angle based transforms and multi-resolution optimization.

2906 lines of code changed in 13 files:

  • Applications/CLI/RegisterImagesModule/MultiResApplications: CMakeLists.txt (new 39), ImageWriters.h (new 59), RegisterImagesMultiRes.cxx (new 974), RegisterImagesMultiRes.xml (new 66), RegistrationMonitor.h (new 102), itkDecomposedAffine3DTransform.h (new 178), itkDecomposedAffine3DTransform.txx (new 308), itkEulerAnisotropicSimilarity3DTransform.h (new 167), itkEulerAnisotropicSimilarity3DTransform.txx (new 261), itkEulerSimilarity3DTransform.h (new 165), itkEulerSimilarity3DTransform.txx (new 265), itkFixedRotationSimilarity3DTransform.h (new 156), itkFixedRotationSimilarity3DTransform.txx (new 166)
Generated by StatSVN 0.5.0