Extraction of biological parameters of wound-healing processes from time-lapse videos

More Info
expand_more

Abstract

Experimental data have been extracted from wound-healing time-lapse videos. These data include the detection of the area of the wound and the detection of individual cells. Extracting the area of the wound is done by using a function in Python OpenCV called cv2.findcontours. An improved method to extract the area of the wound is introduced as well using the Sobel filter. Detecting the individual cells is done by localizing the local maxima in an image. Histogram equalization is applied to enhance the global contrast to increase the performance of cell detection. The continuum model is applied in one of the videos, where we used different parameters to model the data. A method is described to nd the optimal parameter of the continuum model by using the method of least-squares. Finally, two methods using the kernel density estimation are described which can be useful in future studies.