Skip to content

Scikit-Tracker : objects detection and robust tracking for cell biology

Latest
Compare
Choose a tag to compare
@hadim hadim released this 24 May 08:45
· 168 commits to master since this release

scikit-tracker aims to be a robust Python library to work with cell biology microscopy images. OME XML and OME Tiff are supported to handle input/output to the lib. The two main goals of the library is to implement detection and tracking algorithms relevant to analyse biological microscopy dataset.

Several algorithms are featured and it is planned to add others:

  • Gaussian peak detection by deflation loop : Segré et al. Nature Methods (2008)
  • Cell boundary detection with bright field depth fitting : Julou, T., PNAS, (2013)
  • Cell nucleus segmentation : by Guillaume Gay
  • Lap Tracker, a robust single-particle tracking : K. Jaqaman and G. Danuser, Nature Methods, 2008. The version implemented in scikit-tracker is a slightly modified version from the original to allow easy, flexible and yet powerfull parameters adjustements with custom cost function.

Please visit http://bnoi.github.io/scikit-tracker/stable/ for more details.