Difference between revisions of "Documentation/4.2/Modules/UKFTractography"
(Created page with '<!-- ---------------------------- --> {{documentation/{{documentation/version}}/module-header}} <!-- ---------------------------- --> <!-- ---------------------------- --> {{doc…') |
|||
Line 21: | Line 21: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Module Description}} | {{documentation/{{documentation/version}}/module-section|Module Description}} | ||
− | + | We present a framework which uses an unscented Kalman filter for performing | |
+ | tractography. At each point on the fiber the most consistent direction is found | ||
+ | as a mixture of previous estimates and of the local model. | ||
+ | |||
+ | It is very easy to expand the framework and to implement new fiber representations | ||
+ | for it. Currently it is possible to tract fibers using two different 1-, 2-, or 3-tensor | ||
+ | methods. Both methods use a mixture of Gaussian tensors. One limits the diffusion | ||
+ | ellipsoids to a cylindrical shape (the second and third eigenvalue are assumed to be | ||
+ | identical) and the other one uses a full tensor representation. | ||
+ | |||
+ | Authors: Yogesh Rathi (yogesh@bwh.harvard.edu), Stefan Lienhard, Yinpeng Li, Martin | ||
+ | Styner, Ipek Oguz, Yundi Shi, Christian Baumgartner (c.f.baumgartner@gmail.com) | ||
+ | Ryan Eckbo | ||
+ | |||
<!-- | <!-- | ||
Here comes a description what the module is good for. Explain briefly how it works and point to the [[documentation/{{documentation/version}}/Modules/{{documentation/modulename}}#References|references]] giving more details on the algorithm. | Here comes a description what the module is good for. Explain briefly how it works and point to the [[documentation/{{documentation/version}}/Modules/{{documentation/modulename}}#References|references]] giving more details on the algorithm. |
Revision as of 18:36, 26 January 2013
Home < Documentation < 4.2 < Modules < UKFTractography
Introduction and Acknowledgements
This work is part of the National Alliance for Medical Image Computing (NA-MIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149. Information on NA-MIC can be obtained from the NA-MIC website. | |||||
|
Module Description
We present a framework which uses an unscented Kalman filter for performing tractography. At each point on the fiber the most consistent direction is found as a mixture of previous estimates and of the local model.
It is very easy to expand the framework and to implement new fiber representations for it. Currently it is possible to tract fibers using two different 1-, 2-, or 3-tensor methods. Both methods use a mixture of Gaussian tensors. One limits the diffusion ellipsoids to a cylindrical shape (the second and third eigenvalue are assumed to be identical) and the other one uses a full tensor representation.
Authors: Yogesh Rathi (yogesh@bwh.harvard.edu), Stefan Lienhard, Yinpeng Li, Martin Styner, Ipek Oguz, Yundi Shi, Christian Baumgartner (c.f.baumgartner@gmail.com) Ryan Eckbo
Use Cases
N/A
Tutorials
N/A
Panels and their use
N/A
Similar Modules
N/A
References
N/A
Information for Developers
Section under construction. |