Abstract
Studies about brain maturation aim at providing a better understanding of brain development and links between brain changes and cognitive development. Such studies are of great interest for diagnosis help and clinical course of development and treatment of illnesses. However, the processing of fetal brain MR images remains complicated which limits the translation from the research to the clinical domain. In this article, we describe an open-source image processing toolkit dedicated to these images. In this toolkit various tools are included such as: denoising, image reconstruction, super-resolution and tractography. The BTK resource program (distributed under CeCILL-B license) is developed in C++ and relies on common medical imaging libraries such as Insight Toolkit (ITK), Visualization Toolkit (VTK) and Open Multi-Processing (OpenMP).
Keywords: open source software, fetal MRI, image reconstruction, tractography
1. Introduction
Brain maturation is one of the most captivating aspects of neuroimaging, particularly in the earliest phases of maturation of fetal development and childhood. The development of the human central nervous system begins in utero and continues until the end of adolescence. The maturation process is characterized by a spatio-temporal and very complex heterogeneity, which is likely to reflect the successive steps of psycho-motor and cognitive learning of the child (Lenroot and Giedd (2006)).
The non-invasive nature of magnetic resonance imaging (MRI) provides unique opportunities for in vivo investigation of the developing human brain. Fetal MRI is a valuable complement to prenatal sonography to confirm and characterize suspected brain abnormalities (see for instance Chung et al. (2009); Prayer and Baert (2011) for review on fetal imaging). Fetal brain maturation can be studied by MRI from the 18th gestational week to term, and relies primarily on T2-weighted and diffusion-weighted (DW) images. 3D detailed evaluation of the developing brain is crucial since the assessment of sulcation is often critical in identifying abnormalities. In addition, visualization of cortical development and maturational steps of the brain may benefit from information provided by DW sequences.
The development of ultrafast 2D acquisition sequences has led to significant improvements in the clinical application of fetal MRI (Glenn and Barkovich (2006)). However, the slice acquisition time is still very critical and has to be kept as short as possible to reduce the impact of fetal motion on the exam. As a result, a set of thick 2D slices are generally acquired in clinical studies, with motion commonly occurring between slices. Overall, the resulting image is limited in its geometric integrity between slices due to motion, and in its through plane spatial resolution.
Recently, several reconstruction methods have been proposed to cope with this issue for anatomical data (Rousseau et al. (2005, 2006); Jiang et al. (2007); Kim et al. (2010)) and DW data (Oubel et al. (2010)). Subsequently, super-resolution methods have been applied to fetal MRI to improve the quality of the reconstructed images (Rousseau et al. (2010); Gholipour-Baboli et al. (2010)). Such reconstruction methods are essential for fetal MRI analysis such as atlas building (Habas et al. (2010a)), and folding and growth pattern analysis (Habas et al. (2011); Rajagopalan et al. (2011)).
Moreover, it clearly appears that the currently existing open-source image processing softwares are not adapted to deal with fetal MRI. In addition to reconstruction algorithms, there is a need to develop new tools taking into account the specificities of fetal brain MR images for the entire processing pipeline such as, for instance, segmentation (handling changes in intensity and shape) and tractography (recovering weakly myelinated fiber bundles) (Studholme (2011)).
In this paper, we present an open-source image processing toolkit primarily dedicated to fetal brain MRI. It includes an image denoising algorithm (Coupe et al. (2008)), several image reconstruction methods (Oubel et al. (2010)) and a probabilistic tractography technique (Pontabry and Rousseau (2011)). After a brief technical overview of BTK (namely Baby Brain Toolkit), each algorithm is described with figures illustrating results on in-utero fetal brain MR data. Image processing pipelines combining BTK algorithms are presented in Section 4. Relying on common libraries (ITK, VTK, openMP), this proposed toolkit can be easily embedded into softwares which provide interactive processing tools.
2. Toolkit Implementation
To make it easily usable for the community, BTK depends on tools commonly used in medical image processing such as ITK (www.itk.org), VTK (www.vtk.org), OpenMP (www.openmp.org), Tclap (tclap.sourceforge.net) and ANN (www.cs.umd.edu/~mount/ANN). All these libraries can be easily installed through a package manager (for instance apt-get for Debian distribution or macports for MacOSX)1.
The software compilation process is controlled using CMake (www.cmake.org). Documentation of the code can be obtained using Doxygen (www.doxygen.org). In order to provide the most versatile toolkit as possible, each image processing algorithm can be run separately from the command line. Although the library is based on the use of ITK, the image format used primarily by BTK is NIFTI (nifti.nimh.nih.gov).
BTK is governed by the CeCILL-B license under French law and abiding by the rules of distribution of free software. You can use, modify and/or redistribute the software under the terms of the CeCILL-B license as circulated by CEA, CNRS and INRIA at the following URL: www.cecill.info. The sources of BTK can be downloaded at this address: https://github.com/rousseau/fbrain
3. Algorithmic Content
The proposed image processing toolkit, namely Baby Brain Toolkit (BTK), contains the following image processing tools:
Non-local image denoising (Section 3.1),
3D fetal T2-weighted image reconstruction (Section 3.2),
Super-resolution algorithm for T2-weighted images (Section 3.2),
3D fetal diffusion weighted image reconstruction (Section 3.3),
Probabilistic tractography (Section 3.4).
Results obtained with each algorithm are illustrated with figures to show the ability of the proposed toolkit. Fetal MRI data have been obtained on a 1.5 T Siemens Avanto MRI Scanner (SIEMENS, Erlangen, Germany) using a 6-channel phased array coil combined to the spine array positioned around the mother abdomen. An axial spin echo single-shot echo-planar sequence was acquired in free breathing along 30 non-collinear diffusion gradient encoding directions with a b value of 700s/mm2. The following pulse sequence parameters were used: TR=6800 ms; TE=99 ms; FOV=250 × 250 mm2; matrix = 128 × 128; 41 contiguous axial slices of 3.5mm thickness covering the whole fetal brain; no gap; number of excitations = 2. The resolution of the T2 weighted HASTE sequence (TE/TR = 147/3190 ms) is: 0.74 × 0.74 × 3.45mm.
3.1. Denoising
Recently, Buades et al. (2005) have proposed a very e cient denoising algorithm relying on a non-local framework. Let us consider, over the image domain Ω, a weighted graph w that links together the voxels of the input image I with a weight w(x, y), (x, y) ∈ Ω2. This weighted graph w is a representation of non-local similarities in the input image I. In Buades et al. (2005), the non-local graph w is used for denoising purpose using a neighborhood averaging strategy (called non-local means (NLM)):
(1) |
where w is the graph of self-similarity computed on the noisy image I, I(y) is the gray level value of the image I at the voxel y and Inlm is a denoised version of I. The weighted graph reflects the similarities between voxels of the same image. It can be computed using an intensity-based distance between patches (see Coupe et al. (2008)):
(2) |
where PI(x) is a 3D patch of the image I centered at voxel x; f is a kernel function (f (x) = e−x in Buades et al. (2005)), N is the number of voxels of a 3D patch; β is the standard deviation of the noise and is a smoothing parameter. Under the assumption of Gaussian noise in images, β can be set to 1 (see Buades et al. (2005) for theoretical justifications).
The implementation included in BTK is fully based on the method described in Coupe et al. (2008). This denoising algorithm is implemented for 3D images. The diffusion image sequences are denoised independently by applying this filter for each diffusion-weighted image (see Figure 1 for results on fetal brain MRI).
3.2. Anatomical Image Reconstruction
The first approach to form high resolution MR images of the fetal brain has been recently proposed by Rousseau et al. (2005, 2006) without modifying the acquisition protocol used in routine. This retrospective method is based on a registration refined compounding of multiple sets of orthogonal fast 2D MRI slices to address the key problem of fetal motion. This is achieved by first globally registering the low resolution images, and then applying an iterative slice alignment scheme which seeks to refine the 3D positioning of each slice to the current combined high resolution volume. This is driven by normalized mutual information to provide robustness to contrast variation induced by motion of the fetal brain with respect to the imaging coil in the magnet. This motion correction method has been implemented in BTK.
Moreover, a super-resolution (SR) technique for fetal brain MR data reconstruction (similar to Rousseau et al. (2010); Gholipour-Baboli et al. (2010)) is also present in the toolkit. As in most of common SR approaches, the image solution is computed by inverting this observation model:
(3) |
where n is the number of low resolution (LR) images and mr is the number of slices of the LR image r, Yr,s denotes the slice s of the LR image r, X is the high resolution (HR) image, nr represents the observation noise, Sr is the subsampling matrix, Br a blur matrix, Ws and Wr are geometric transformations of sth slice of the yr,s and of the rth low resolution image respectively.
The purpose of super-resolution is to remove the effects of the blurring convolution and to increase the voxel grid density (see Park et al. (2003); Ng and Bose (2003); Milanfar (2010) for technical overview on super-resolution). To estimate the high resolution image, the observation model is introduced into an inverse problem framework which is solved using a variational approach. The local regularization is performed by computing the sum of the square of the first derivatives of the reconstructed image. The overall cost function is minimized using a conjugate gradient descent (using the vnl library) where the parameter space dimension is the number of voxels of the reconstructed image.
Incorporating a non-local regularization term into the SR framework can be done by iteratively performing the SR algorithm and the NLM denoising algorithm (as in Manjón et al. (2010)). Figure 2 shows image reconstruction results obtained with the two reconstruction methods implemented in BTK (local interpolation and super-resolution coupled with the non-local denoising procedure previously described). It shows one original low resolution image compared to the high resolution reconstructed images for axial, coronal, sagittal views. Results obtained with the SR approach compare favorably with the local sparse interpolation approach proposed by Rousseau et al. (2006). It can be especially noticed that the boundaries of brain structures (like the cortex) are better recovered.
3.3. Diffusion-weighted Image Reconstruction
A new technique has been recently proposed by Oubel et al. (2010) to extend the reconstruction method of T2-weighted MR images to DW sequences. This method aims at correcting geometrical distortions, fetal motion, and reconstructing a high resolution 3D DW image. The goal is to obtain isotropic images with resolution lower or equal to the in-plane resolution of the data currently acquired in routine. Contrary to the method proposed by Jiang et al. (2009), this method has the advantage that no specific diffusion model needs to be assumed. It relies on the use of a groupwise registration method, and a dual spatio-angular interpolation by using radial basis functions. We have implemented this algorithm into BTK.
Briefly, this method takes advantage of the intensity dependence between DW images to first obtain their joint alignment. To this end, the DW images are first registered to an arbitrary chosen reference by using a transformation model consisting of a set of full affine transformations applied to each slice independently, and mutual information as similarity metric. Then, a new reference is computed by averaging the transformed images and the process is repeated until the mean squared error between consecutive reference images is lower than a given threshold.
The final diffusion weighted sequence is obtained by applying an interpolation scheme relying on the use of a spatial (ϕ) and an angular (ψ) radial basis function:
(4) |
where x = (x, y, z) are the spatial coordinates, Θ = (ϕ, θ) the spherical coordinates, Y is the reconstructed signal and N is the number of points used for interpolation.
Figure 3 shows the estimated fiber orientation distribution functions (fODF) using such motion-corrected DW sequence, superimposed on the reconstructed anatomical T2-weighted image.
3.4. Probabilistic Tractography
Tractography methods can be mainly categorized using the two following features: the way to use DW-MRI data (local vs global modeling) and the underlying mathematical framework (deterministic vs probabilistic approaches) (see Lazar (2010) for a recent review of tractography methods).
The tractography algorithm included in BTK is a probabilistic tractography technique (Pontabry and Rousseau (2011)) relying on the use of Q-ball based modeling (Tuch (2004)) within a particle filtering framework (Doucet et al. (2000, 2009)). The reliability of Q-Ball models allows us to extract more information from data, such as the ODF (Descoteaux et al. (2007)) which provides a precise idea of the underlying fiber architecture at every voxel (see Figure 3).
A non-linear state-model is used for the tracking modeling and the probabilistic maps of fibers are estimated using a particle filtering algorithm (see Pontabry and Rousseau (2011) for details). One of the outputs of the algorithm is an estimate of the posterior density of the white matter fibers. Fiber bundles are also provided by estimating the Maximum A Posteriori (MAP) from the posterior density map.
Figure 4 shows the estimated fiber bundles (fiber tracts in the corpus callosum and the pyramidal tracts) using the BTK tractography algorithm compared to the deterministic algorithm implemented in Slicer [www.slicer.org] (FA-based stopping criterion: 0.05, step size: 0.5mm). As in Kasprian et al. (2008) and Zanin et al., due to very low fractional anisotropy values in the fetal brain, the deterministic algorithm can only recover short fiber tracts, specially in the corpus callosum. The probabilistic aspect of the tractography method implemented in BTK leads to an increase of the algorithm robustness and allows to recover longer fibers.
4. Pipelines
This section presents the two examples of image processing pipelines that can be built using BTK and other freely available softwares (Slicer, ITKSNAP, dcm2nii). The first one is dedicated to the reconstruction of anatomical fetal MRI data (depicted in Figure 5). The corresponding command lines are shown in Figure 6. This pipeline consists in: 1) converting the data from DICOM to NIFTI, 2) manual masking of the brain (optional step which can improve the reconstruction results) and image cropping (based on the size of the masks), 3) image denoising, 4) motion correction and super-resolution, 5) reorientation of the image using landmarks placed using Slicer. Figure 2 shows a reconstructed 3D image obtained using such a processing pipeline.
The second processing pipeline described in this section is dedicated to DWI of the fetal brain (depicted in Figure 7). The corresponding command lines are shown in Figure 8. It is similar to the previous but it includes processing tools dedicated to DWI: 1) data conversion using dcm2nii (www.cabiatl.com/mricro/mricron/dcm2nii.html), 2) sequence normalization (the B0 image are registered together using affine transforms and then averaged to produce one B0 image), 3) B0 image extraction and manual masking using ITKSNAP, 4) motion correction and RBF interpolation to compute the reconstructed DW sequence, 5) reorientation of the image using landmarks placed using Slicer. This final step (sequence reorientation) is very important since it allows the user to visualize the DW data using consistent color coding schemes. Figure 3 shows a superposition of estimated fiber orientation distribution functions (fODF) using a motion-corrected DW sequence with the corresponding reconstructed anatomical T2-weighted image.
5. Discussion
This article presents several image processing tools which have been put together into an open-source toolkit, called BTK, dedicated to fetal brain MRI. The results obtained in this work (in particular the super-resolution reconstruction and the tractography algorithm) show that such a toolkit might be very useful for the research community studying the early human brain development stage.
BTK is an on-going project and we expect to improve the robustness of the algorithms through the feedback of the community. Moreover, BTK is hosted on github (github.com) which combines some features of social networking sites with distributed source-control Git (git-scm.com). It makes this system highly suited to collaborative development projects.
Further work concerns outlier detections during the reconstruction process, such as the ones commonly known in diffusion tensor imaging (Jones and Cercignani (2010); Tournier et al. (2011)), or intensity bias in anatomical images (Rousseau et al. (2006); Kim et al. (2011)). We plan also to include in BTK automatic segmentation tools dedicated to fetal brain MRI such as the ones recently proposed in Habas et al. (2010b); Caldairou et al. (2011).
Finally, the image processing tools presented in this article may be also useful for studies of other populations such as newborns, infants or adults affected by pathologies (such as Parkinson disease) leading to involuntary movements during image acquisition. Furthermore, denoising and tractography algorithms are not specific to fetal brain MRI and it can be applied on any 3D MR image.
Acknowledgment
The research leading to these results has received funding from the European Research Council under the European Community's Seventh Framework Programme (FP7/2007-2013 Grant Agreement no. 207667). This work is also funded by NIH/NINDS Grant R01 NS 055064.
Footnotes
Publisher's Disclaimer: This is a PDF file of an unedited manuscript that has been accepted for publication. As a service to our customers we are providing this early version of the manuscript. The manuscript will undergo copyediting, typesetting, and review of the resulting proof before it is published in its final citable form. Please note that during the production process errors may be discovered which could affect the content, and all legal disclaimers that apply to the journal pertain.
see the BTK documentation available at this address: https://github.com/rousseau/fbrain/blob/master/Documentation/Latex/btk.pdf
References
- Buades A, Coll B, Morel JM. A review of image denoising algorithms, with a new one. Multiscale Modeling & Simulation. 2005;4:490–530. [Google Scholar]
- Caldairou B, Passat N, Habas P, Studholme C, Koob M, Diete-mann J, Rousseau F. Segmentation of the cortex in fetal MRI using a topological model. International Symposium on Biomedical Imaging, IEEE Computer Society; Chicago. 2011. pp. 2045–2048. [Google Scholar]
- Chung R, Kasprian G, Brugger PC, Prayer D. The current state and future of fetal imaging. Clinics in Perinatology. 2009;36:685–699. doi: 10.1016/j.clp.2009.07.004. [DOI] [PubMed] [Google Scholar]
- Coupé P, Yger P, Prima S, Hellier P, Kervrann C, Barillot C. An optimized blockwise nonlocal means denoising filter for 3-D magnetic resonance images. IEEE Transactions on Medical Imaging. 2008;27:425–441. doi: 10.1109/TMI.2007.906087. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Descoteaux M, Angelino E, Fitzgibbons S, Deriche R. Regularized, fast, and robust analytical q-ball imaging. Magnetic Resonance in Medicine: Official Journal of the Society of Magnetic Resonance in Medicine / Society of Magnetic Resonance in Medicine. 2007;58:497–510. doi: 10.1002/mrm.21277. [DOI] [PubMed] [Google Scholar]
- Doucet A, Godsill S, Andrieu C. On sequential monte carlo sampling methods for bayesian filtering. Statistics and Computing. 2000;10:197–208. [Google Scholar]
- Doucet A, Johansen A, Crisan D, Rozovsky B. The Oxford Handbook of Nonlinear Filtering. Oxford University Press; 2009. A tutorial on particle filtering and smoothing: Fifteen years later. [Google Scholar]
- Gholipour-Baboli A, Estroff J, Warfield S. Robust super-resolution volume reconstruction from slice acquisitions: Application to fetal brain MRI. Medical Imaging, IEEE Transactions on. 2010;29:1739–1758. doi: 10.1109/TMI.2010.2051680. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Glenn OA, Barkovich AJ. Magnetic resonance imaging of the fetal brain and spine: an increasingly important tool in prenatal diagnosis, part 1. AJNR Am J Neuroradiol. 2006;27:16041611. [PMC free article] [PubMed] [Google Scholar]
- Habas PA, Kim K, Corbett-Detig JM, Rousseau F, Glenn OA, Barkovich AJ, Studholme C. A spatiotemporal atlas of MR intensity, tissue probability and shape of the fetal brain with application to segmentation. NeuroImage. 2010a;53:460–470. doi: 10.1016/j.neuroimage.2010.06.054. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Habas PA, Kim K, Rousseau F, Glenn OA, Barkovich AJ, Studholme C. Atlas-based segmentation of developing tissues in the human brain with quantitative validation in young fetuses. Human Brain Mapping. 2010b;31:1348–1358. doi: 10.1002/hbm.20935. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Habas PA, Scott JA, Roosta A, Rajagopalan V, Kim K, Rousseau F, Barkovich AJ, Glenn OA, Studholme C. Early folding patterns and asymmetries of the normal human brain detected from in utero MRI. Cerebral Cortex (New York, N.Y.: 1991) 2011 doi: 10.1093/cercor/bhr053. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Jiang S, Xue H, Counsell S, Anjari M, Allsop J, Rutherford M, Rueckert D, Hajnal JV. Diffusion tensor imaging (DTI) of the brain in moving subjects: Application to inutero fetal and exutero studies. Magnetic Resonance in Medicine. 2009;62:645–655. doi: 10.1002/mrm.22032. [DOI] [PubMed] [Google Scholar]
- Jiang S, Xue H, Glover A, Rutherford M, Rueckert D, Hajnal JV. MRI of moving subjects using multislice snapshot images with volume reconstruction (SVR): application to fetal, neonatal, and adult brain studies. IEEE Transactions on Medical Imaging. 2007;26:967–980. doi: 10.1109/TMI.2007.895456. [DOI] [PubMed] [Google Scholar]
- Jones DK, Cercignani M. Twenty-five pitfalls in the analysis of diffusion MRI data. NMR in Biomedicine. 2010;23:803–820. doi: 10.1002/nbm.1543. [DOI] [PubMed] [Google Scholar]
- Kasprian G, Brugger PC, Weber M, Krssk M, Krampl E, Herold C, Prayer D. In utero tractography of fetal white matter development. NeuroImage. 2008;43:213–24. doi: 10.1016/j.neuroimage.2008.07.026. [DOI] [PubMed] [Google Scholar]
- Kim K, Habas P, Rajagopalan V, Scott J, Rousseau F, Glenn O, Barkovich A, Studholme C. Bias field inconsistency correction of Motion-Scattered multislice MRI for improved 3D image reconstruction. IEEE Transactions on Medical Imaging. 2011;30:1704–1712. doi: 10.1109/TMI.2011.2143724. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Kim K, Habas PA, Rousseau F, Glenn OA, Barkovich AJ, Studholme C. Intersection based motion correction of multislice MRI for 3-D in utero fetal brain image formation. IEEE Transactions on Medical Imaging. 2010;29:146–158. doi: 10.1109/TMI.2009.2030679. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Lazar M. Mapping brain anatomical connectivity using white matter tractography. NMR in Biomedicine. 2010;23:821–835. doi: 10.1002/nbm.1579. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Lenroot RK, Giedd JN. Brain development in children and adolescents: Insights from anatomical magnetic resonance imaging. Neuroscience & Biobehavioral Reviews. 2006;30:718–729. doi: 10.1016/j.neubiorev.2006.06.001. [DOI] [PubMed] [Google Scholar]
- Manjön JV, Coupé P, Buades A, Fonov V, Louis Collins D, Robles M. Non-local MRI upsampling. Medical Image Analysis. 2010;14:784–792. doi: 10.1016/j.media.2010.05.010. [DOI] [PubMed] [Google Scholar]
- Milanfar P. Super-Resolution Imaging. 1 edition CRC Press Inc.; 2010. [Google Scholar]
- Ng M, Bose N. Mathematical analysis of super-resolution methodology. IEEE Signal Processing Magazine. 2003;20:62–74. [Google Scholar]
- Oubel E, Koob M, Studholme C, Dietemann J, Rousseau F. Reconstruction of scattered data in fetal diffusion MRI. International Conference on Medical Image Computing and Computer-Assisted Intervention. 2010;13:574–581. doi: 10.1007/978-3-642-15705-9_70. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Park SC, Park MK, Kang MG. Super-resolution image reconstruction: a technical overview. IEEE Signal Processing Magazine. 2003;20:21–36. [Google Scholar]
- Pontabry J, Rousseau F. Probabilistic tractography using Q-Ball modeling and particle filtering; Medical Image Computing and Computer-Assisted Intervention MICCAI 2011; Berlin, Heidelberg. Springer Berlin Heidelberg; 2011. pp. 209–216. [DOI] [PubMed] [Google Scholar]
- Prayer D, Baert AL. Fetal MRI. 1st edition Springer: 2011. [Google Scholar]
- Rajagopalan V, Scott J, Habas PA, Kim K, Corbett-Detig J, Rousseau F, Barkovich AJ, Glenn OA, Studholme C. Local tissue growth patterns underlying normal fetal human brain gyrification quantified in utero. The Journal of Neuroscience: The Official Journal of the Society for Neuroscience. 2011;31:2878–2887. doi: 10.1523/JNEUROSCI.5458-10.2011. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Rousseau F, Glenn O, Iordanova B, Rodriguez-Carranza C, Vigneron D, Barkovich J, Studholme C. A novel approach to high resolution fetal brain MR imaging. International Conference on Medical Image Computing and Computer-Assisted Intervention. 2005;8:548–555. doi: 10.1007/11566465_68. [DOI] [PubMed] [Google Scholar]
- Rousseau F, Glenn OA, Iordanova B, Rodriguez-Carranza C, Vigneron DB, Barkovich JA, Studholme C. Registration-based approach for reconstruction of high-resolution in utero fetal MR brain images. Academic Radiology. 2006;13:1072–1081. doi: 10.1016/j.acra.2006.05.003. [DOI] [PubMed] [Google Scholar]
- Rousseau F, Kim K, Studholme C, Koob M, Dietemann JL. On super-resolution for fetal brain MRI. International Conference on Medical Image Computing and Computer-Assisted Intervention. 2010;13:355–362. doi: 10.1007/978-3-642-15745-5_44. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Studholme C. Mapping fetal brain development in utero using magnetic resonance imaging: The big bang of brain mapping. Annual Review of Biomedical Engineering. 2011;13:345–368. doi: 10.1146/annurev-bioeng-071910-124654. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Tournier J, Mori S, Leemans A. Diffusion tensor imaging and beyond. Magnetic Resonance in Medicine. 2011;65:1532–1556. doi: 10.1002/mrm.22924. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Tuch DS. Qball imaging. Magnetic Resonance in Medicine. 2004;52:1358–1372. doi: 10.1002/mrm.20279. [DOI] [PubMed] [Google Scholar]
- Zanin E, Ranjeva J, ConfortGouny S, Guye M, Denis D, Coz-zone PJ, Girard N. White matter maturation of normal human fetal brain. an in vivo diffusion tensor tractography study. Brain and Behavior. 2011 doi: 10.1002/brb3.17. [DOI] [PMC free article] [PubMed] [Google Scholar]