Angiogenesis, the formation of blood vessels, plays an important role in the regeneration of bone fractures and wound healing. To study the mechanisms behind angiogenesis, the blood vessel growth can be assessed in vitro by measuring the size of spheroids and the number and length of sprouts that form after seeding endothelial cells in a cell culture. The quantification of such spheroid sprouting assays is often performed manually based on bright-field microscopy images. However, measuring the sprouting behavior manually is time-consuming and often results in highly subjective outcomes, since the image data shows a low-contrast between sprouts and the background. The goal of this project is to develop image segmentation and classification methods that instead allow for a fully automatic quantification of angiogenesis assays, eliminating the need for manual classification and thus increasing the quantification throughput and the reproducibility of the assays.
Spheroid Sprouting Assays
Endothelial cells seeded onto a gel matrix condense to a spheroid. Based on bright-field microscopy, the growth of spheroid extensions, so called sprouts, is assessed by measuring the following quantities:
- Area occupied by spheroid
- Area occupied by sprouts
- Length and number of sprouts
Automated Quantification Pipeline
Our goal is to quantify the growth of sprouts depicted in a bright-field microscopy image. We segment the input image using the mPb contour detector (Arbelaez et al., 2011) and then perform a skeletonization (Zhang and Suen, 1984), from which the sprouts are derived.
The spheroid area is detected using a Markov Random Field texture classifier (Varma and Zisserman, 2003).
Results
In a preliminary evaluation, we compared the classification output of the newly developed image processing pipeline to a manual classification. A large-scale comparative study is subject to future work.
Future Applications
Our future goal is to taylor the presented image pipeline to other assay types and optical microscopy modalities, for example:
- Spheroid sprouting assays based on fluorescence microscopy
- Tube assays (determine length of tubes and number of branching points)
References
Arbelaez, P., Maire, M., Fowlkes, C., & Malik, J. (2011). Contour detection and hierarchical image segmentation. Pattern Analysis and Machine Intelligence, IEEE Transactions on, 33(5), 898-916.
Varma, M., & Zisserman, A. (2003, June). Texture classification: Are filter banks necessary?. In Computer vision and pattern recognition, 2003. Proceedings. 2003 IEEE computer society conference on (Vol. 2, pp. II-691). IEEE.
Zhang, T. Y., & Suen, C. Y. (1984). A fast parallel algorithm for thinning digital patterns. Communications of the ACM, 27(3), 236-239.