Automated identification of cell boundaries from the pathological video data
This project aims at performing automated identification of cell boundaries from the pathological video data.
We are given the video file cells.avi
as input. The problem statement can be found here.
First clone the repository by typing: git clone https://github.com/iitmcvg/Cell-Segmentation.git
.
python framesaver.py
to save the frames for structured forest.python StructuredForests.py
to apply the edge detection.python videowriter.py
to write the outputs to a video file.edge.avi
is the result after applying Structured Forest algorithm. Other outputs can be found in the Outputs
folder.Our Structured Forest is an implementation of Artanis CV Structured Forest.
U-net convolutional neural network can be used.
Implementing the algorithm given in this paper.
This software is published for academic and non-commerical use only.