Skip to content

Automated identification of cell boundaries from the pathological video data

Notifications You must be signed in to change notification settings

atulapra/Cell-Segmentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cell Segmentation

Introduction

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.

Compatibility

  • This code has been tested on Ubuntu 16.04 LTS and Windows 10
  • Dependencies - Python 2.7 & 3.5,OpenCV 3.0+

Methods Used

  1. Image Processing followed by Contours
  2. Adaptive Thresholding
  3. Watershed Algorithm
  4. Structured Forest Algorithm

Results

The video edge.avi is the result after applying Structured Forest algorithm.

References

Our Structured Forest is an implementation of Artanis CV python implementation.

Disclaimer

This software is published for academic and non-commerical use only.

About

Automated identification of cell boundaries from the pathological video data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%