Diffusion Kurtosis Imaging estimator

버전 1.0.0.0 (5.88 KB) 작성자: Riccardo De Feo
Diffusion tensor and parameters estimation from the DWI data, based on Tabesh et al. (2011)
다운로드 수: 271
업데이트 날짜: 2017/12/21

라이선스 보기

These functions are a simple implementation of the algorithm presented by Tabesh et al. (2011) to estimate Diffusion Kurtosis Imaging tensors and parameters. It should be compatible with any MATLAB version after 2014, and it can be easily adapted to at least 2012 by uncommenting a line.
Provided you have data acquired in at least 15 directions, the DKI script should handle any combination of b-values and directions and return diffusion and kurtosis tensors along with the resnorm evaluating the fit's quality. To improve the estimation of diffusion parameters from the DKI-derived diffusion tensor D a constant term has been added. This does not affect the kurtosis tensor, since it regards variation of an higher order.

The DKIPAR script on the other hand uses the diffusional tensors to compute the most used diffusional and kurtosis parameters: MD, FA, AK, RK, MK. Keep in mind that MD and FA extracted from this diffusion tensor D will be different from those extracted from DTI (for example if you are using FSL), which does not separate second order effects. This script uses Carlson's integrals as implemented by Thomas Hoffend ( https://it.mathworks.com/matlabcentral/fileexchange/3705-elliptic-integrals-zip ).

No pre-processing or smoothing is applied in these scripts. These scripts can be run in parallel to improve the overall speed, which can be further improved by lowering convergence tolerance for the iterative algorithm, or by adapting them for a specific set of direction and skipping the initial controls in the DKI script. The quality of the results can be greatly improved with the right denoising method.

As of the time of writing this, the most effective strategy I am aware of employs the techniques published by Veraart et al. (2016) and Kellner et al. (2016).

인용 양식

Riccardo De Feo (2024). Diffusion Kurtosis Imaging estimator (https://www.mathworks.com/matlabcentral/fileexchange/65487-diffusion-kurtosis-imaging-estimator), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2016b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Special Functions에 대해 자세히 알아보기
도움

도움 받은 파일: Elliptic_Integrals.zip

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0