Computationally Enhanced Quantitative Phase Microscopy

版本 1.0.2 (67.8 KB) 作者: Xili Liu
Toolbox for the ceQPM method
61.0 次下载
更新时间 2020/5/6

查看许可证

The ceQPM.m is an example script to process the QPM images acquired by the SID4BIO camera using the ceQPM method developed by Xili Liu, et al. The method is described in Liu, Xili, et al. "Computationally Enhanced Quantitative Phase Microscopy Reveals Autonomous Oscillations in Mammalian Cell Growth." bioRxiv (2019): 631119.

The image processing pipeline includes:
1. load the experiment information
2. make the synthetic reference image from the central FOVs
3. test the performance the reference by one FOV
4. apply the reference to all the images
5. remove additional background by the thin plate interpolation
6. process the fluorescent images
7. cell segmentation
8. cell tracking
9. save example FOVs

Since the processing pipeline varies with the experimental setting, we only give one example on how to process the time-lapse movie taken at multiple positions with multiple channels in a multiple-well plate (t_xy_c). And as such a QPM movie is usually very large, we do not include an example movie in the package. But the functions have been tested by other users with their own data.

The background removal parameters are sensitive to the magnification and cell area. The segmentation and tracking parameters are sensitive to the cell line. The parameters used in the example are specific for HeLa cells measured under the 10X objective.

For clarification, we only include the functions called by the example script in this package. One can easily modify the example functions to work for other experimental settings. Functions for other experimental settings or other cell lines are also available upon request.

Created by Xili Liu
Last modified on 4/21/2020
contact information: Xili_Liu@hms.harvard.edu

This toolbox uses the array_padd function developed by Sergei Koptenko; imOverlay developed by David Legland; parseXML; parseChlidNodes; real2rgb and rescale developed by Oliver.Woodford.

引用格式

Xili Liu (2024). Computationally Enhanced Quantitative Phase Microscopy (https://www.mathworks.com/matlabcentral/fileexchange/75387-computationally-enhanced-quantitative-phase-microscopy), MATLAB Central File Exchange. 检索来源 .

Liu, Xili, et al. Computationally Enhanced Quantitative Phase Microscopy Reveals Autonomous Oscillations in Mammalian Cell Growth. Cold Spring Harbor Laboratory, May 2019, doi:10.1101/631119.

查看更多格式
MATLAB 版本兼容性
创建方式 R2017a
兼容任何版本
平台兼容性
Windows macOS Linux
标签 添加标签

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.2

small changes

1.0.1

small changes

1.0.0