Skip to content

baigouy/tissue_analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

Tissue Analyzer (TA)

Historically, TA was developed in Java (to integrate with the ImageJ/FIJI ecosystem). More recently, I started developing a Python version of Tissue Analyzer, this choice is mainly motivated by the ease of use of deep learning in Python (as compared to Java) and by the numpy library that allows for very efficient, yet simple, handling of images/matrices.

Tutorial for the Python version of TA (pyTA)

  • Advantages:
    • Open-source
    • Uses deep learning based segmentation
    • Under active development
  • Drawbacks:
    • Some emblematic functionalities of TA are missing/under development (cell divisions, cell death)
    • Analyses may take longer (Python is much slower than Java for some things, such as accessing pixels of an image)

Tutorial for the Java version of TA

  • Advantages:
    • Can be used as an ImageJ/FIJI plugin
    • Still has more functionalities than the python version
  • Drawbacks:
    • Support is discontinued
    • Closed source
    • Classical watershed segmentation of cells (no deep learning)

About

Doc for Tissue Analyzer, a tool to segment and analyze epithelial tissues

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published