|
1.IntroductionSpeckle contrast imaging has been developed during the last decades as a powerful tool for blood flow mapping, particularly in rodent brain structures.1–3 The technique relies on the statistical properties of dynamic speckle patterns observed when a coherent light source is used to illuminate biological tissues, like the eye,4–6 or the exposed cortical tissues of the brain.7–12 In its simplest implementation, it only requires a standard video camera and a single-mode laser.13,14 The speckle contrast is computed over a spatial or temporal ensemble of pixels. As shown in Eq. (1), contrast is defined as the ratio of the standard deviation of intensities above the mean of intensities of the pixels in the ensemble. If the scatterers are mobile, the contrast is related to the exposure time . Basically, moving scatterers create dynamic speckle patterns that are averaged during the exposure time . Areas in the image where scatterers are moving fast will appear blurred, producing locally a lower contrast. Theoretically, the values of range from 0 for fast moving scatterers up to 1 for purely static scatterers: The local speckle contrast is calculated using spatial,4,7,15 temporal,5,8,16–18 or spatiotemporal19 sliding windows. Spatial calculation of allows studying dynamic phenomenon with a temporal resolution equal to the frame rate of image capture but at the expense of a decreased spatial resolution. The temporal implementation provides a spatial resolution restricted only by the optics and the sensor’s pixel dimension but with a limited temporal resolution since data are averaged in the temporal dimension. Theory of speckle formation relates the speckle contrast to the autocovariance of the intensities fluctuations of an individual speckle.20 Equation (2) provides the relation between the contrast , the exposure time , and the scatterers correlation time . The variable is equal to ; is defined as the ratio of the intensity contribution of mobile scatterers over the total intensity due to mobile and static scatterers; is a dimensionless constant that accounts for spatial averaging of the speckle grains and instrumental parameters: Under the assumption of single-dynamic scattering, the blood velocity is inversely proportional to : Yet the exact relation between and the velocity is not known due to the lack of information about the actual geometrical of scatterers, the assumption of a Lorentzian velocity distribution of scatterers, and the contribution of distinct flows to the speckle patterns. Previous analysis has concluded that absolute quantitation of cerebral blood flow (CBF) using single-exposure speckle analysis is difficult to obtain due to inherent hypotheses of the model, the difficulty of measuring the instrumental parameter , and ultimately the difficulty of evaluating the contribution of static scatterers to the speckle patterns.21,22 A model of speckle contrast was derived successfully in order to account for the contribution of the static scatterers and provide a more accurate derivation of the correlation time :21 The term pools the contributions to due to image noise and nonergodicity. The first goal of our study is to evaluate several normalizations approaches proposed to account for multiple scattering events not considered in the model and that may happen in large vessels due to the high-scattering optical coefficient of blood. We have designed microfluidic chips to experimentally study the effect of the vessel size on the accuracy of flow retrieval. Fluid with different scatterers concentration has been used to evaluate the impact of optical scattering in vessels. A major challenge for multiple exposure speckle imaging (MESI) imaging is the development of a simple and efficient analysis workflow. In our set up, MESI acquisition generates about 2 GB of data for a 40-s recording (image size of ). The processing of the data is a very time-consuming operation to generate the corresponding contrast frames and the subsequent pixel-wise fit to Eq. (4) of a stack of contrast frames acquired at different exposure times. We have implemented an optimized contrast calculation and fit procedure using open-source C++ libraries resulting in a simple, yet efficient analysis method of MESI data. The second goal of our study is to optimize the number of exposure times used in order to obtain a temporal resolution adequate for the study of brain hemodynamic changes. Finally, MESI imaging was applied in vivo in anesthetized mice to evaluate the practicability of the technique to image CBF through the skull. MESI imaging of the barrel cortex (BC) in the somatosensory cortex was compared to data recorded in the olfactory bulb (OB) both at rest and during functional activation. 2.Materials and Methods2.1.MESI Set UpThe architecture of the MESI set up is shown in Fig. 1(a). The system relies on an sCMOS flash camera (Hamamatsu, Massy, France) camera with a fixed exposure time to capture images of the brain tissues illuminated with a continuous laser diode modulated in duration and intensity (633 nm, 200 mW, SGL, Shanghai, China). The fast modulation of the laser is obtained using an acousto-optic modulator (AOM) (AA Optoelectronics, Orsay, France) driven by a high-frequency signal modulated by an arbitrary waveform generator (Keysight Series 33600A, Malaysia). The AOM is devoid of mechanical parts thus allowing very fast and reproducible operation. It relies on diffraction through a controlled phase grating to modulate the first diffraction order of the signal. A fixed aperture diaphragm is used to filter the nondiffracted light as well as the higher diffraction orders. The imaging lens is a custom-built dual lenses macroscope23 allowing a numerical aperture of 0.125 for a magnification factor of 1.6 and a working distance of 1.5 cm. The exposure time of the camera is fixed while the laser pulses are modulated in time and intensity resulting in changes of the actual exposure time while maintaining the intensity and consequently the shot noise constant. The complete set up was described in details previously.24 2.2.MESI Data AnalysisContrarily to the single-exposure speckle imaging method, the estimation of the correlation time of a multiexposure speckle acquisition is a computationally intensive task. The ultimate goal of the data analysis is to obtain 2-D maps of , named inverse correlation time (ICT) maps. Thus it is possible to calculate relative changes in ICT for different physiological or pathological conditions or during functional activation. The data analysis method is based on Eqs. (2)–(4).21 We propose here an optimized procedure to obtain ICT maps from multiple exposure speckle contrast images. Prior to the fit to the MESI models, the raw gray level images were processed to obtain the speckle contrast images. Four different approaches using sliding windows or cuboid of pixels were evaluated to calculate the contrast images. The spatial contrast was calculated with a spatial window of in the same frame, the temporal contrast was calculated using a single pixel in 15 consecutive images ( window). For the spatiotemporal approach, the contrast is calculated for individual a spatial window and then average temporally for five consecutive frames. The process is reverse for temporo-spatial contrast . The detailed definition and calculation for each contrast have been defined previously.25 In the presented data except when explicitly mentioned, the speckle contrast was calculated as . The analysis program was written in C++ and used multi-CPU parallelizing (Fig. 2) to reduce the analysis time compared to classical MATLAB or Python approaches. For the sake of efficiency, all the manipulation on images (read, save, extract the values, etc.) were performed using the ITK library (Insight Segmentation and Registration Toolkit26). In addition to its speed, this framework has the advantage to be an open-source C++ library dedicated to the medical image processing and can handle a large variety of file formats. The data analysis workflow is shown in Fig. 2. The input speckle contrast image is a single-binary (.raw) file with frames. These frames are composed of multiexposure stacks, each composed of images acquired with increasing exposure times (). The first step of the procedure consists in splitting the input file into -independent stacks, which are then processed simultaneously on separated CPU cores (Intel® Xeon® CPU E5-2690 3 GHz with 40 cores). For each pixel of a stack, we estimate the value of by fitting the exposure times with Eq. (2). The resulting value is then used as a fixed term for the second fit with Eq. (4), evaluating the values of , , and . For both fits, we used the Levenberg–Marquardt (LM) algorithm proposed in the ALGLIB Free Edition C++ library.27 Although ITK library also includes the LM algorithm, the version implemented in ALGLIB can scale and constrain the fitted parameter, making the optimization faster and the optimized values physically relevant. The last step of the procedure was the creation of the contrast parameters images, i.e., , , , and images. The constraints, scaling values, and initial values chosen to estimate the parameters for both fits are provided in Table 1. Table 1Parameterization of the LM algorithm used for the data analysis.
2.3.Microfluidic Phantom Design and ImplementationThe microfluidic chips were manufactured using standard photolithography techniques. A photoresist (SU-8 3025, MicroChem) with a controlled thickness was used to create microstructures on a silicon wafer. A mixture of polydimethylsiloxane (PDMS) prepolymer and curing agent was prepared (Sylgard 184 Silicone Elastomer Kit, Neyco, France). It was mixed and degassed before being poured on the silicon mold and heated at 85°C to cure for 1 h. After curing, the PDMS was carefully peeled from the mold. Holes for tubing connection of the chip were punched through the PDMS. A PDMS layer with a thickness of was used to seal the chip. Sealing was obtained either using oxygen plasma or corona discharge (Corona SB, Blackholelabs, Paris, France). The flow in the chips was controlled using a pressure controller (MFCS, Maesflo System Fluigent, Kremlin Bicêtre, France) with a feedback from a flow monitor (S and XS models, Fluigent, Kremlin Bicêtre, France) allowing a more stable, fast, and accurate control than syringe pumps classically used. Intralipid (I141, Sigma Aldrich) solution was used a flowing fluid. For most experiments, it was diluted to 2% to obtain optical scattering properties representative of whole blood. Chip #1 [Fig. 1(b)] is composed of single channels with increasing width ranging from 40 up to . The height and length of all channels are and 1 cm, respectively. Chip #2 [Fig. 1(c)] is composed of an arborescence of channels of 200, 50, 20, and with respective lengths of 6, 0.5, 0.4, and 0.2 mm. In order to evaluate the ability of the MESI technique to remove the contribution of static scatterers due to a skull layer, the PDMS cover used to seal this chip was either composed of clear PDMS or PDMS with an amount of TiO2.28 The reduced optical scattering coefficients of the PDMS covers were measured using the well-established integrating sphere method.29 The concentration of in the covers of chip #2 was adjusted to mimic the reduced optical scattering coefficients previously measured in mice skulls.30 The reduced scattering coefficients of the PDMS covers were (chip #2a no , pure transparent PDMS), (chip #2b of ), and (chip #2c of ), which corresponds to the reduced scattering coefficient of mice skull.30 Imaging chip #2a mimics imaging through an open cranial window with a layer of transparent agarose above the tissue, whereas chip #2b has an intermediate reduced scattering coefficient corresponding to a thinned skull preparation. Three sets of experiments were performed on the chips. First, using chip #1, we have studied the accuracy of the MESI technique as a function of the channel width for a physiological range of flows (from 1 to ) of 2% Intralipid. Second, the impact on flow retrieval of the different concentrations of flowing scatterers was studied using Intralipid solutions with concentrations of 2%, 4%, 10%, and 20%. Finally, using chip #2a,b,c, the method used to calculate the speckle contrast and the impact of static scatterers in the configuration of through-skull imaging were studied. 2.4.In Vivo ExperimentsAll experiments were performed in accordance with the European Directive 86/609/EEC regarding the care and use of laboratory animals. In vivo MESI recordings were carried out in anesthetized mice through skull and after a craniotomy was performed over the OB or the BC. 4 to 8 weeks-old C57BL6 male mice (, 15 to 33 gr) were anesthetized with a cocktail of ketamine ( Imalgen) and metedomidine (), injected intraperitoneally. The anesthesia level was adjusted if necessary throughout the experiment. Surgery has begun when the mouse no longer responds to hindpaw pinch. During the entire experiment, the animal was placed on a thermostatically controlled heating pad. Body temperature was maintained rectally at 37°C. After securely placed in a stereotaxic, imaging was carried out over regions of about and over the BC and OB, respectively. These regions were exposed first without a craniotomy (keeping skull intact, without thinning) and second after a skull opening was performed over the BC and the OB. A low-temperature agarose layer (1.2%) was placed over dura to minimize brain movements. Sensory stimulations were carried out using: (i) a custom-designed olfactometer for OB and (ii) a custom-designed mechanical stimulator for whiskers. In both cases, stimulation was synchronized to the MESI acquisition. An olfactory sensory simulation trial consisted of 12 s of baseline (with airflow), 12 s of odorant stimulation, and 24 s of airflow clean-up. One experiment consisted in up to five trials recordings for olfactory stimulations with hexanal 5% or isoamyl acetate 5% diluted in mineral oil. Stimulations with two odorants were interleaved randomly to prevent habituation. A somatosensory stimulation consisted of 70 s of data acquisition at 5 Hz and an oscillation amplitude of 7 mm, with 60 s stimuli starting after 10 s considering as a baseline. This protocol was repeated 3 times for each stimulus. The detailed craniotomy procedures and the custom olfactometer set up were described previously.31 3.Results and Discussion3.1.Impact of the Vessel Diameter and Mobile Scatterers Concentration on the ICT ValuesThe knowledge of the microfluidic channels dimensions in chip #1 as well as the ability to set the optical scattering properties of the flowing fluid allowed the experimental study of the robustness of previously proposed normalization techniques to account for multiple scattering effects.2,32 Indeed, the mathematical models that support the derivation of a physiologically meaningful parameter (ICT) assume that the collected light has undergone a single-dynamic scattering event. This may be true in small capillaries but due to the highly optical scattering coefficient of blood this assumption breaks down in larger vessels. It has been shown from the dynamic light scattering theory that speckle correlation time is weighted by the number of scattering events in the multiple scattering regime.33 The analysis of speckle data was carried out over a range of configuration with physiologically relevant channel diameters and flows. We have studied the effect of the vessel’s diameter and the effect of the scatterers concentration. Figure 3(a) presents the ICT as a function of the flow for channels with increasing widths. For all channels, the ICT derived from the MESI model increases roughly linearly with the flow. However, flows higher than lead to significant differences in the ICT values depending on the channel width. The differences in ICTs are stronger as the flow increases, and the ICT values are lower for wider channels. Figure 3(b) shows the effect of the normalization of ICT by the characteristic length of the channels as proposed previously.34 Here, as the vessels are not cylindrical but parallepipedic, we have calculated for each channel as the square root of its depth is multiplied by its width. As can be seen, this normalization provides a metric of the flow that is consistent for flows up to for the considered vessels. However, the normalization is less robust for higher flows and fails for all flows in larger vessels of 300 and width (Fig. 4). The vessels’ dimensions and flows observed in laser speckle contrast imaging of the cortical vasculature of small animals models are within the limits of accurate normalization. However these limits become a significant issue if the speckle imaging technique is used in a clinical per-operative context.35 The hypothesis of a single-dynamic scattering event for photons that contribute to the speckle patterns is also highly dependent on the scattering properties of the flowing fluid. Increasing the concentration of scatterers increases the number of scattering events and in turn modifies the speckle patterns. Here, we focused on the physiological range of the optical scattering properties of blood, which are related to the hematocrit (i.e., the relative proportion of red blood cells in plasma). Considering physiological hematocrit changes of about around a baseline value of 47%,36 the reduced scattering coefficient of blood is likely to vary between 1.5 and .36 As the reduced scattering coefficient of Intralipid solution scales linearly with concentration,37 the flowing solution concentration can be adjusted to mimic the reduced scattering of blood. A solution with Intralipid concentration of 2% is assumed to simulate reasonably the reduced scattering properties of normal blood.34,38 In our experiments, doubling the concentration of the scatterers leads to an increase of the calculated ICT for all flows in a width channel [Fig. 5(a)]. In Fig. 5(b), the data have been normalized by the reduced scattering coefficient of the flowing fluid and by the characteristic length of the channel as proposed recently.32,34 The normalized data show a good agreement for flows up to for both scatterers concentrations. For higher flows, the normalization does not efficiently retrieve the same ICT for identical flows. Similar results are observed in smaller and larger channels (data not shown). Interestingly, for all channels, high concentrations of scatterers (solution of Intralipid 10% and 20%) lead to a “saturation” of ICT values as can be seen in Fig. 6 for channels widths of 60 and . For both channels, 10% and 20% Intralipid solutions lead to identical ICT values for different flows before any normalization. This suggests that the mean number of scattering events undergone by each photon before they are backscattered is not modified when increasing the Intralipid relative concentration from 10% to 20%. Such a high concentration of scatterers is not representative of blood normal values, so this does not preclude the use of speckle in blood flow imaging. However, it implies that calibration experiments of speckle imaging instruments should be performed with fluids that closely mimic the optical properties of physiological blood. Normalization of in vivo data on the basis of hematocrit values is not straightforward since the hematocrit varies within vasculature so a single value obtained by a blood sample can only be used as a general indicator. The mapping in real time of the in vivo local optical properties with a spatial resolution similar to speckle contrast could allow an accurate normalization, considering physiological hematocrit changes. Methods based on spatially modulated imaging could provide in vivo maps of the optical coefficients.39,40 The normalization to the optical scattering properties may be particularly relevant for the comparison of flow between healthy and pathological states in small animals where the hematocrit is subjected to abnormal changes. For all vessels considered, the normalization is effective for flows below but fails with higher flows. Again this does not prevent accurate speckle flow index measurement in small animals but should be considered if speckle imaging is considered for clinical applications in humans. 3.2.Choice of the Processing Algorithm for the Calculation of the Speckle ContrastIn order to evaluate the influence of the processing algorithm of the raw data on the speckle contrast evaluation and the ability of the MESI approach to account for the contribution of static scatterers, we have carried out measurements on chip #2. First, we have tested four approaches proposed previously to calculate the speckle contrast: spatial contrast , temporal contrast , spatio-temporal , and the temporal–spatial . Experiments were carried out in chip #2 with a transparent PDMS cover. Figure 7 shows the results of the four processing approaches of dynamic speckle contrast derivation. The temporal analysis () approach leads to high noise in all the image regions (inside and outside of the channels) due to the absence of spatial averaging. This approach fails to extract accurately the smaller channels. Using the classical spatial analysis (), the contrast maps are less noisy than for at the expense a coarser temporal resolution. The profile across the channels shows edges’ effects around the walls of the channels due to spatial averaging. Some variabilities are observed in the contrast values inside the channels, especially for the -diameter channel. The spatio-temporal and temporo-spatial approaches ( and ) provide less noisy contrast maps and demonstrate good visibility for imaging microvessels. Noticeably, both approaches result in the same contrast values at the center of all the channels [Fig. 7(b)]. The ratio of the speckle contrast inside and outside the channel is higher for the approach, especially in the larger vessel. For the analysis, spatial averaging produces strong edge effects on the channel walls, similar to the approach. This does not prevent accurate speckle flow measurement since a centerline along the channel direction is used as a region of interest for flow measurements. Even the edge effects enhance the visibility and the practical location of the smaller vessels on the contrast images. Since the raw images are natively a collection of spatial frames, it is practically more efficient to perform the calculation rather than the analysis. Consequently, the approach was chosen in the subsequent experiments. 3.3.Implementation of the Data Analysis WorkflowThree programming languages, i.e., MATLAB, Python, and C++, were evaluated to calculate the ICT maps using the contrasts stacks. Table 2 shows the comparison in terms of execution time between the three codes following the procedure described in Fig. 2 for 6 and 16 exposure times per stack and three different image sizes (, , and ). For in vivo experiments, numerous stacks are recorded to follow the variation of ICT values during a stimulation trial. Consequently, we also compare the processing time for a single stack (ME-1) and for 40 stacks acquisition (ME-40) corresponding to a complete single-trial acquisition. The obtained computing times indicate that C++ analysis program is about 2 to 3 times faster than MATLAB or Python programs. Moreover, thanks to multi-CPU parallelizing, no additional time is necessary to process the 40 multiexposure stacks for the C++ approach. Finally, this optimal procedure is able to reduce the analysis time of a full acquisition to a few minutes, compared to several hours for MATLAB or Python approaches. 3.4.Optimization of MESI Methods for In Vivo Imaging of Dynamic Cerebral Blood Flow ChangesThe MESI model provides accurate estimation of the correlation times in the presence of mobile and static scatterers, as is the case for in vivo imaging. This accuracy compared to the single-exposure approach is obtained at the expense of a more complex instrumentation and data analysis. In this context, we have worked toward two goals: first, the reduction of the number of exposure times required to estimate and second, the optimization of the data analysis workflow. In order to estimate the correct number and values of exposure times, we have followed an empirical approach based on MESI data acquired in vivo at 16 different exposure times from up to 60 ms. For the unbiased acquisition of MESI data, the same level of light intensity on the camera sensor should be maintained throughout the whole exposure ranges. This is possible thanks to the use of a high-power laser diode (200 mW) associated with an AOM that modulates simultaneously the duration and the intensity of the light pulses, whereas the sCMOS camera takes images at a fixed exposure and frequency. Figure 8(a) shows representative speckle contrast images of cortical tissues obtained in anesthetized mice for different exposure times. We have processed 32 ROIs obtained on 4 different mice with different combinations of exposures times. We found that the combination of contrast images acquired with the 6 following exposure time at , , , 5 ms, 20 ms, and 60 ms gives the best estimates of in comparison to the estimate obtained using the 16 exposure times considered as a reference [Fig. 8(b)]. These 6 values are not identical but very close to the set of values (, , , 5 ms, 25 ms, and 80 ms) determined previously in a systematic approach.41 The values span the range of exposure from very short exposure up to long-exposure times, which supports the speckle model of short-exposure time being more sensitive to fast flows in arteriole, whereas longer exposure time being able to capture lower flows in the parenchyma. The longest exposure time in our set of parameters is 60 ms thus the frame rate of the sCMOS camera is 11.3 fps and the temporal resolution of the MESI imaging with 6 exposure times is 528 ms. This temporal resolution is adequate for the study of hemodynamic changes, which occur in the brain following functional activation. Table 2Comparison of the consumed time by processing algorithms (MATLAB versus Python and C++). S is the number of multiexposures stacks (Nf=S×t).
The MESI model allows accounting for the contribution of static scatterers to the speckle patterns. This is of particular importance for in vivo imaging as it could allow longitudinal minimally invasive imaging. We have first carried out an analysis of speckle patterns for flows recorded in vitro on the chips #2a,b,c sealed with thick PDMS covers with increasing reduced scattering coefficients. The impact of the optical scattering of the PDMS cover material on the profile of the contrast computed at the centerline section of the 20-, 50-, and diameters channels is shown in Fig. 9. The increase of the concentration of static scatterers in the PDMS cover leads to an increase of the speckle contrast values outside and inside the channels. These results arise from the sum of the contribution of the static and moving scatterers to the speckle contrast. Table 3 shows the results of the MESI analysis for three channels in the chips#2 a,b,c. The decrease of values with the increase of the static scatterers concentration reflects the lower fraction of the collected light that is scattered by the moving scatterers. The correlation times and subsequent ICT values derived from the MESI model are only slightly modified by the presence static scatterers showing the robustness of the technique to account for the static scatterers contribution to the speckle contrast. The MESI model provides accurate correlation times and corresponding ICT estimations even in the presence of thin highly scattering layers like skull. This supports the use of the MESI technique for in vivo imaging in intact or thinned skull preparations. Table 3Effect of static scatterers on speckle flow measurements in different channels. τc and raw ICT (not normalized) obtained on the channels of chip #2a,b,c while flowing Intralipid-2%. τc and ICT are not normalized for the channel diameters.
In order to validate these findings for biospeckles recordings, we have tested the MESI technique in vivo with the intact skull and with an open craniotomy preparation in the same anesthetized mice. Figure 10(a) shows representative raw and speckle contrast images for both configurations in the same animal. The corresponding speckle contrast values as a function of exposure times are presented in Fig. 10(b). The profile of the speckle contrast varies significantly across the selected ROIs. As expected for all ROIs, the contrast decreases with increasing exposure times. The derivation of and from the MESI model shows that the lowest are found in large vessels (ROI#1) corresponding to higher flow compared to parenchyma regions with highest and lower flow (ROI#3). For region #1 and #2, the parameter retrieved from the MESI model in the open craniotomy is much higher compared to the same parameter derived from images obtained through the skull. This supports that is strongly related to the contribution of mobile scatterers. For region #3, which we identified as parenchyma, there is no significant difference in before and after the craniotomy. This surprising result may arise from the fact that the proportion of moving scatterers is fairly low and that contributing static scatterers in this region are not mainly scatterers from the skull but rather from the tissue itself. In addition, the speckle patterns from this ROI originate from several capillaries with multidirectional flows, thus making the MESI data difficult to interpret. Finally, in order to estimate the accuracy of speckle imaging through skull with the MESI technique, we have considered 47 ROIs in 5 mice and compared the correlation times derived before and after the craniotomy. As shown in Fig. 10(c), there is a strong linear correlation between derived for both configurations. These results support previous findings carried out in a partial-craniotomy configuration.42 MESI imaging can monitor CBF in mice through the skull. However, these data are obtained in young mice (aged 4 to 8 weeks), and we failed to obtained consistent ICT maps for mice older than 11 weeks. In our hands, this is a practical limitation of through-skull imaging that prevent from longitudinal imaging. Long-term imaging can still be carried out using a chronic cranial window, which is feasible but difficult to practically implement over months.11,42 3.5.MESI versus Single-Exposure Speckle Imaging of Functional ActivationStudying local regulation of CBF is essential for further understanding of basic brain function as well as pathologies such as stroke. Here, to assess the ability of the MESI technique to study the relative changes in CBF during functional activation, we have acquired in vivo data in the OB and BC in anesthetized mice before and after sensory stimulation. Previous speckle data have been obtained during functional activation in mice brain mostly during electrical stimulation of the somatosensory cortex.43–47 They have been recorded using the single-exposure approach, which shows a limited accuracy since (i) it does not account for static scatterers and (ii) the ICT relative changes depend strongly on the single-exposure time chosen. Here we provide MESI images of BC and OB at rest and following sensory activation. To our knowledge, only a few studies have implemented single-exposure laser speckle imaging in these brain structures during physiologically relevant sensory activation.45,48 Figure 11(a) compares the raw ICT maps derived from the same experiment using single-exposure speckle analysis at 0.8 and 5 ms and the ICT maps derived from the MESI analysis (using six exposures). MESI-derived ICT map shows higher contrast although surface blood vessels can already be clearly seen using the single-exposure approach. The main difference between single-exposure speckle and MESI here is that MESI provides bias free estimation by considering noises and the contribution of static scatterers. In the single-exposure approach, the ICT relative changes following activation are strongly dependent on the exposure time. The bias free approach of MESI leads to significantly higher estimation of ICT changes between rest and activation in large and small vessels [Figs. 11(c) and 11(d)]. 3.6.MESI Imaging of Functional ActivationWe have recorded MESI data during the functional activation of the OB and of the BC. Both models use relevant physiological activation, respectively, using puffs of odorant with controlled pure odorant molecule concentration and mechanically sustained stimulation of the whiskers. Both structures present a highly organized architecture composed of functional structures that have been shown to map sensory activation.49–51 The glomerulus is the basic functional unit in the odor map of the OB. It is a round structure of about diameter located about below the brain surface, densely packed with synapses and capillaries. In the somatosensory cortex, an individual whisker is represented in an anatomo-functional unit, the “barrel.” Each module is a large ( in diameter) six layered-neocortical structure, extending deep (for layer 6) below the brain surface. Figures 12(a) and 12(b) show representative ICT maps for the OB and the BC at rest and following sensory stimulation. These maps show a slight but significant increase of the ICT of most of the surface vessels. Using our set up, the MESI techniques give access to vessels with diameters down to to . Small vessels could be observed in the OB with a mean diameter of , whereas larger vessels (mean diameter of ) were observed in the BC. Interestingly, the MESI analysis leads to similar ICT in vessels with similar diameters in both structures (data not shown). Under baseline (rest) conditions, the ratio of the average correlation times for BC/OB in vessels with diameter from 15 to was found to be 0.894. This shows that correlation times in vessels of the same diameter are similar in both structures, suggesting a ubiquitous relationship between diameter and blood flow index, presumably due to physical hydrodynamics rules. We measured hemodynamic response induced by sensory stimulations in both structures over the same ROIs defined as shown in Fig. 11(b). Figure 12(c) shows the ICT values at rest and following sensory activation for single ROIs defined over the OB (6 animals, 33 ROIs). As can be seen in the bar graph of Fig. 12(d), the increase averaged on all ROIs following activation was found to be of the BC and in the OB. The distance to the upper and lower quartiles indicates that the values concentrate at the upper end of the scale for both structures. The difference of increase between BC and OB was found to be slightly significant () but can be attributed to difference in stimulation intensities or the local morphology of the vascular network, which makes the interpretation of this difference difficult as it has many potential causes. First, the different nature and intensity of the stimulations (volatile odors versus mechanical stimulation of the whiskers) to activate these structures are very difficult to compare, but according to the literature,49,52 the sensory stimuli that we applied are moderate to strong. Second, as the blood vessels accessible in the OB are small arterioles and capillaries, the increase of CBF following olfactory activation is expected to be smaller than in large arteries observed in the BC. Third, neurovascular coupling mechanisms are not strictly the same in different brain regions.53 Overall, our data show that MESI is well-adapted to the study of small to moderate blood flow changes during physiologically relevant sensory stimulations. In addition, the difference in intensity of the changes between two brain sensory structures underlines the fact that the generalization of CBF changes interpretation from functional imaging should be performed cautiously according to the intensity of the stimuli and the anatomical organization of the targeted structure. 4.ConclusionWe have investigated the MESI technique to study functional activation in anesthetized mice. The strength of this model lies in its ability to estimate accurate correlation time independently of the static scatterers contribution. However, one of the assumptions of this model, i.e., single-dynamic scattering, is rarely met for in vivo imaging of rodent CBF. Our microfluidic study shows that for vessels with large diameters, normalization by the vessel diameter allows us to retrieve accurate ICT. We have also evaluated the influence of hematocrit changes. For physiologically relevant hematocrits, the data can be normalized considering the local reduced scattering coefficient, although it is difficult to achieve this for in vivo data. We have carried out MESI imaging of the OB and BC at rest and following sensory activation. The comparison of BC and OB data obtained after craniotomy showed significant differences in ICT values at rest or in an activated state indicating that the interpretation of functional imaging should carefully consider local morphological and functional specificity. AcknowledgmentsWe thank A. Liège from IMNC Laboratory for valuable help on the configuration and set up of the software for the remote data analysis. This project was supported by the French Ministry of Education and Research (MESR PhD grant of H. Soleimanzad). Animal studies: All experiments were performed in accordance with the European Directive 86/609/EEC regarding the care and use of laboratory animals. ReferencesD. Briers et al.,
“Laser speckle contrast imaging: theoretical and practical limitations,”
J. Biomed. Opt., 18
(6), 066018
(2013). https://doi.org/10.1117/1.JBO.18.6.066018 JBOPFO 1083-3668 Google Scholar
S. M. S. Kazmi et al.,
“Expanding applications, accuracy, and interpretation of laser speckle contrast imaging of cerebral blood flow,”
J. Cereb. Blood Flow Metab., 35
(7), 1076
–1084
(2015). https://doi.org/10.1038/jcbfm.2015.84 Google Scholar
P. G. Vaz et al.,
“Laser speckle imaging to monitor microvascular blood flow: a review,”
IEEE Rev. Biomed. Eng., 9 106
–120
(2016). https://doi.org/10.1109/RBME.2016.2532598 Google Scholar
J. D. Briers and A. F. Fercher,
“Retinal blood-flow visualization by means of laser speckle photography,”
Invest. Ophthalmol. Visual Sci., 22
(2), 255
–259
(1982). IOVSDA 0146-0404 Google Scholar
H. Cheng, Y. Yan and T. Q. Duong,
“Temporal statistical analysis of laser speckle images and its application to retinal blood-flow imaging,”
Opt. Express, 16 10214
–10219
(2008). https://doi.org/10.1364/OE.16.010214 OPEXFF 1094-4087 Google Scholar
A. Ponticorvo et al.,
“Laser speckle contrast imaging of blood flow in rat retinas using an endoscope,”
J. Biomed. Opt., 18
(9), 090501
(2013). https://doi.org/10.1117/1.JBO.18.9.090501 JBOPFO 1083-3668 Google Scholar
A. K. Dunn et al.,
“Dynamic imaging of cerebral blood flow using laser speckle,”
J. Cereb. Blood Flow Metab., 21
(3), 195
–201
(2001). https://doi.org/10.1097/00004647-200103000-00002 Google Scholar
N. Li et al.,
“High spatiotemporal resolution imaging of the neurovascular response to electrical stimulation of rat peripheral trigeminal nerve as revealed by in vivo temporal laser speckle contrast,”
J. Neurosci. Methods, 176
(2), 230
–236
(2009). https://doi.org/10.1016/j.jneumeth.2008.07.013 JNMEDT 0165-0270 Google Scholar
P. B. Jones et al.,
“Simultaneous multispectral reflectance imaging and laser speckle flowmetry of cerebral blood flow and oxygen metabolism in focal cerebral ischemia,”
J. Biomed. Opt., 13
(4), 044007
(2008). https://doi.org/10.1117/1.2950312 JBOPFO 1083-3668 Google Scholar
K Swanul et al.,
“Measurements and modeling of transient blood flow perturbations induced by brief somatosensory stimulation,”
Open Neuroimaging J., 5 96
–104
(2011). https://doi.org/10.2174/1874440001105010096 Google Scholar
P. Miao et al.,
“Chronic wide-field imaging of brain hemodynamics in behaving animals,”
Biomed. Opt. Express, 8
(1), 436
–445
(2017). https://doi.org/10.1364/BOE.8.000436 BOEICL 2156-7085 Google Scholar
Z. Qiu et al.,
“A new method for evaluating regional cerebral blood flow changes: laser speckle contrast imaging in a C57BL/6J mouse model of photothrombotic ischemia,”
J. Huazhong Univ. Sci. Technol. Med. Sci., 36
(2), 174
–180
(2016). https://doi.org/10.1007/s11596-016-1562-2 Google Scholar
L. M. Richards et al.,
“Low-cost laser speckle contrast imaging of blood flow using a webcam,”
Biomed. Opt. Express, 4
(10), 2269
–2283
(2013). https://doi.org/10.1364/BOE.4.002269 BOEICL 2156-7085 Google Scholar
A. Ponticorvo and A. K. Dunn,
“How to build a laser speckle contrast imaging (LSCI) system to monitor blood flow,”
J. Visualized Exp., 45 2004
(2010). https://doi.org/10.3791/2004 Google Scholar
J. D. Briers,
“Laser Doppler, speckle and related techniques for blood perfusion mapping and imaging,”
Physiol. Meas., 22
(4), R35
–R66
(2001). https://doi.org/10.1088/0967-3334/22/4/201 PMEAE3 0967-3334 Google Scholar
K. Murari et al.,
“Contrast-enhanced imaging of cerebral vasculature with laser speckle,”
Appl. Opt., 46
(22), 5340
–5346
(2007). https://doi.org/10.1364/AO.46.005340 APOPAI 0003-6935 Google Scholar
H. Cheng et al.,
“Modified laser speckle imaging method with improved spatial resolution,”
J. Biomed. Opt., 8
(3), 559
–564
(2003). https://doi.org/10.1117/1.1578089 JBOPFO 1083-3668 Google Scholar
P. Li et al.,
“Imaging cerebral blood flow through the intact rat skull with temporal laser speckle imaging,”
Opt. Lett., 31
(12), 1824
–1826
(2006). https://doi.org/10.1364/OL.31.001824 OPLEDP 0146-9592 Google Scholar
J. Qiu et al.,
“Spatiotemporal laser speckle contrast analysis for blood flow imaging with maximized speckle contrast,”
J. Biomed. Opt., 15
(1), 016003
(2010). https://doi.org/10.1117/1.3290804 JBOPFO 1083-3668 Google Scholar
J. W. Goodman,
“Statistical properties of laser speckle patterns,”
Laser Speckle and Related Phenomena, 9
–75 Springer, Berlin, Heidelberg
(1975). Google Scholar
A. B. Parthasarathy et al.,
“Robust flow measurement with multi-exposure speckle imaging,”
Opt. Express, 16
(3), 1975
–1989
(2008). https://doi.org/10.1364/OE.16.001975 OPEXFF 1094-4087 Google Scholar
P. Zakharov et al.,
“Quantitative modeling of laser speckle imaging,”
Opt. Lett., 31
(23), 3465
–3467
(2006). https://doi.org/10.1364/OL.31.003465 OPLEDP 0146-9592 Google Scholar
E. H. Ratzlaff and A. Grinvald,
“A tandem-lens epifluorescence macroscope: hundred-fold brightness advantage for wide-field imaging,”
J. Neurosci. Methods, 36
(2–3), 127
–137
(1991). https://doi.org/10.1016/0165-0270(91)90038-2 JNMEDT 0165-0270 Google Scholar
H. Soleimanzad, H. Gurden, F. Pain,
“Development of a multi-exposure speckle imaging for mice brain imaging,”
Neural Imaging and Sensing, UNSP 1005110 SPIE, Bellingham, Washington
(2017). Google Scholar
J. Senarathna et al.,
“Laser speckle contrast imaging: theory, instrumentation and applications,”
IEEE Rev. Biomed. Eng., 6 99
–110
(2013). https://doi.org/10.1109/RBME.2013.2243140 Google Scholar
ITK, “Segmentation & Registration Toolkit,”
(2018) https://itk.org/ITK/project/project.html July ). 2018). Google Scholar
ALGLIB, “C++/C# numerical analysis library,”
(2018) https://www.alglib.net/ July ). 2018). Google Scholar
F. Ayers et al.,
“Fabrication and characterization of silicone-based tissue phantoms with tunable optical properties in the visible and near infrared domain,”
Proc. SPIE, 6870 687007
(2008). https://doi.org/10.1117/12.764969 PSISDG 0277-786X Google Scholar
J. W. Pickering et al.,
“Double-integrating-sphere system for measuring the optical properties of tissue,”
Appl. Opt., 32
(4), 399
–410
(1993). https://doi.org/10.1364/AO.32.000399 APOPAI 0003-6935 Google Scholar
H. Soleimanzad, H. Gurden and F. Pain,
“Optical properties of mice skull bone in the 455- to 705-nm range,”
J. Biomed. Opt., 22
(1), 049802
(2017). https://doi.org/10.1117/1.JBO.22.1.010503 JBOPFO 1083-3668 Google Scholar
R. Chery et al.,
“Imaging odor-evoked activities in the mouse olfactory bulb using optical reflectance and autofluorescence signals,”
J. Visualized Exp.,
(56), 3336
(2011). https://doi.org/10.3791/3336 Google Scholar
P. Miao et al.,
“Local scattering property scales flow speed estimation in laser speckle contrast imaging,”
Laser Phys. Lett., 12 075601
(2015). https://doi.org/10.1088/1612-2011/12/7/075601 1612-2011 Google Scholar
D. A. Boas and A. G. Yodh,
“Spatially varying dynamical properties of turbid media probed with diffusing temporal light correlation,”
J. Opt. Soc. Am. A, 14
(1), 192
–215
(1997). https://doi.org/10.1364/JOSAA.14.000192 JOAOD6 0740-3232 Google Scholar
S. M. S. Kazmi et al.,
“Flux or speed? Examining speckle contrast imaging of vascular flows,”
Biomed. Opt. Express, 6
(7), 2588
–2608
(2015). https://doi.org/10.1364/BOE.6.002588 BOEICL 2156-7085 Google Scholar
L. M. Richards et al.,
“Intraoperative multi-exposure speckle imaging of cerebral blood flow,”
J. Cereb. Blood Flow Metab., 37
(9), 3097
–3109
(2017). https://doi.org/10.1177/0271678X16686987 Google Scholar
N. Bosschaart et al.,
“A literature review and novel theoretical approach on the optical properties of whole blood,”
Lasers Med. Sci., 29
(2), 453
–479
(2014). https://doi.org/10.1007/s10103-013-1446-7 Google Scholar
R. Michels, F. Foschum and A. Kienle,
“Optical properties of fat emulsions,”
Opt. Express, 16
(8), 5907
–5925
(2008). https://doi.org/10.1364/OE.16.005907 OPEXFF 1094-4087 Google Scholar
K. Khaksari and S. J. Kirkpatrick,
“Combined effects of scattering and absorption on laser speckle contrast imaging,”
J. Biomed. Opt., 21
(7), 076002
(2016). https://doi.org/10.1117/1.JBO.21.7.076002 JBOPFO 1083-3668 Google Scholar
K. P. Nadeau, A. J. Durkin and B. J. Tromberg,
“Advanced demodulation technique for the extraction of tissue optical properties and structural orientation contrast in the spatial frequency domain,”
J. Biomed. Opt., 19
(5), 056013
(2014). https://doi.org/10.1117/1.JBO.19.5.056013 JBOPFO 1083-3668 Google Scholar
J. P. Angelo, M. van de Giessen and S. Gioux,
“Real-time endoscopic optical properties imaging,”
Biomed. Opt. Express, 8
(11), 5113
–5126
(2017). https://doi.org/10.1364/BOE.8.005113 BOEICL 2156-7085 Google Scholar
S. M. S. Kazmi, S. Balial and A. K. Dunn,
“Optimization of camera exposure durations for multi-exposure speckle imaging of the microcirculation,”
Biomed. Opt. Express, 5
(7), 2157
–2171
(2014). https://doi.org/10.1364/BOE.5.002157 BOEICL 2156-7085 Google Scholar
C. J. Schrandt et al.,
“Chronic monitoring of vascular progression after ischemic stroke using multiexposure speckle imaging and two-photon fluorescence microscopy,”
J. Cereb. Blood Flow Metab., 35
(6), 933
–942
(2015). https://doi.org/10.1038/jcbfm.2015.26 Google Scholar
A. K. Dunn et al.,
“Spatial extent of oxygen metabolism and hemodynamic changes during functional activation of the rat somatosensory cortex,”
Neuroimage, 27
(2), 279
–290
(2005). https://doi.org/10.1016/j.neuroimage.2005.04.024 NEIMEF 1053-8119 Google Scholar
A. Devor et al.,
“Stimulus-induced changes in blood flow and 2-deoxyglucose uptake dissociate in ipsilateral somatosensory cortex,”
J. Neurosci., 28
(53), 14347
–14357
(2008). https://doi.org/10.1523/JNEUROSCI.4307-08.2008 JNRSDS 0270-6474 Google Scholar
B. Weber et al.,
“Optical imaging of the spatiotemporal dynamics of cerebral blood flow and oxidative metabolism in the rat barrel cortex,”
Eur. J. Neurosci., 20
(10), 2664
–2670
(2004). https://doi.org/10.1111/ejn.2004.20.issue-10 EJONEI 0953-816X Google Scholar
M. A. Davis et al.,
“Sensitivity of laser speckle contrast imaging to flow perturbations in the cortex,”
Biomed. Opt. Express, 7
(3), 759
–775
(2016). https://doi.org/10.1364/BOE.7.000759 BOEICL 2156-7085 Google Scholar
W. Lau, S. Tong and N. V. Thakor,
“Spatiotemporal characteristics of low-frequency functional activation measured by laser speckle imaging,”
IEEE Trans. Neural Syst. Rehabil. Eng., 13
(2), 179
–185
(2005). https://doi.org/10.1109/TNSRE.2005.847371 Google Scholar
S. Uchida and F. Kagitani,
“Effect of basal forebrain stimulation on extracellular acetylcholine release and blood flow in the olfactory bulb,”
J. Physiol. Sci., 68
(4), 415
–423
(2018). https://doi.org/10.1007/s12576-017-0542-z Google Scholar
C. C. H. Petersen,
“The barrel cortex--integrating molecular, cellular and systems physiology,”
Pflugers Arch., 447
(2), 126
–134
(2003). https://doi.org/10.1007/s00424-003-1167-z Google Scholar
N. Uchida et al.,
“Odor maps in the mammalian olfactory bulb: domain organization and odorant structural features,”
Nat. Neurosci., 3
(10), 1035
–1043
(2000). https://doi.org/10.1038/79857 NANEFN 1097-6256 Google Scholar
F. Pain, B. L’heureux and H. Gurden,
“Visualizing odor representation in the brain: a review of imaging techniques for the mapping of sensory activity in the olfactory glomeruli,”
Cell Mol. Life Sci., 68
(16), 2689
–2709
(2011). https://doi.org/10.1007/s00018-011-0708-4 CMLSFI 1420-9071 Google Scholar
M. Wachowiak and L. B. Cohen,
“Representation of odorants by receptor neuron input to the mouse olfactory bulb,”
Neuron, 32
(4), 723
–735
(2001). https://doi.org/10.1016/S0896-6273(01)00506-2 NERNET 0896-6273 Google Scholar
I. M. Devonshire et al.,
“Neurovascular coupling is brain region-dependent,”
Neuroimage, 59
(3), 1997
–2006
(2012). https://doi.org/10.1016/j.neuroimage.2011.09.050 NEIMEF 1053-8119 Google Scholar
|