Skip to content

KitwareMedical/CalaTK

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is up to date with agirault/CalaTK:master.

Latest commit

…MMTests

- in commit a830230 we corrected the bug in the test by setting the old solver (LineSearchUnconstrained)
- this change adds adequate parameters to use for StepLengthSelection that were not set before in the JSON file (displacement value of 0.005, about half a pixel size, since the spacing of the tested images is 0.01)
- therefore, if you test with the StepLengthSelection Solver, simplifiedShooting and relaxation tests will success (by the way, WAY FASTER than with LineSearchUnconstrained)
- there is still an issue for adjointShooting tests with StepLengthSelection : the displacement value gets to 0 very fast which stops the linesearch.
22f4540

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

CalaTK

The CalaTK project develops innovative methods and tools for longitudinal atlases with a focus on neurodevelopment.
The computational toolbox is developed with the objective to analyze the neural developmental patterns observed in macaque structural and diffusion on LDDMM, growth model LDDMM, LDDMM with geodesic shooting and/or initial momentum, or geometric metamorphostensor magnetic resonance (MR) images.

A number of algorithms are available including registration and atlas building basedis with LDDMM.

Unlike existing atlas­-building methods, we explicitly use longitudinal (or temporal) information, both for the structural atlas as well as for the diffusion tensor atlas. This will be achieved directly within the registration framework by modeling expected changes in image intensity for the structural images (to handle contrast inversion at the early stage of brain development) and by using subject-­specific growth models. The proposed atlas­-building strategy is specifically tailored for the construction of longitudinal atlases. The longitudinal approach is expected to significantly improve estimation accuracy.

CalaTK is implemented as a C++ library and makes extensive use of ITK. Algorithms are provided as command-line applications and as extensions in 3D Slicer, an open-source medical imaging application. Algorithm configuration is performed with a system based on JSON files that is human-readable, machine-editable, and easily archived for reproducible analysis.

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 71.2%
  • C++ 13.7%
  • C 7.6%
  • Shell 5.9%
  • TeX 0.7%
  • MATLAB 0.5%
  • Other 0.4%