Skip to content

Repository for Google Summer of Code 2017 project

Notifications You must be signed in to change notification settings

devoworm/GSoC-2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GSoC-2017

Repository for Google Summer of Code 2017 project

Student: Siddharth Yadav
Mentor: Bradly Alicea

Organisation: DevoWorm, OpenWorm, INCF

About this project:

The aim of this project is to find out a method to segment all the cells that are present in an embryo of c.elegans. We will use the result of this segmentation to collect data about static location after division and vectors that describe shape changes and overall positional changes in the embryo. We have used SPIM microscopy images as out data for this research.

A list of broad techniques we tried:

  • Morphological
  • Edge based methods
  • Chan Vese
  • Motion based detection of cell boundaries
  • Gabor Filters
  • Several methods for noise removal
  • Level Sets algorithms

About this repo:

This repo basically reflects the research phase of this project. It is not collectively exhaustive and it gives details of a few approaches that were tried during this phase.

A major portion of the code is in src/notebooks and src/python. Validation is still under development. There are some nice examples of Active Contours and Level Sets methods(and methods that are similar to them) being used for our purpose. Thresholding and Morphological approaches also gave some nice results.

Data used during the research process is in src/data. You can find some annotated data(labeled data) in form of raw binary images(src/data/Data Annotation) and .arff weka data files(in src/data/Labeled Data/Weka_TWS_Data). There are also a few Weka classifiers in form of .model files. (in src/data/classifiers)

About

Repository for Google Summer of Code 2017 project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published