Skip to content

Small package for detecting tissue sections on ITO-coated glass

License

Notifications You must be signed in to change notification settings

hoogenboom-group/secdetect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

secdetect

Small package for segmenting serial sections from light microscopy images

Installation

  1. Create conda environment (assumes anaconda or miniconda distribution already installed)
$ conda create -n secdetect numpy scikit-image shapely
$ conda activate secdetect
  1. Install secdetect from github repo
$ (secdetect) pip install git+https://github.com/hoogenboom-group/secdetect.git
  1. (Optional) Vastly overcomplicated but highly recommended environment setup with conda
$ (secdetect) conda install -c conda-forge matplotlib jupyterlab nodejs=15
$ (secdetect) pip install tqdm ipympl ipywidgets
$ (secdetect) jupyter labextension install @jupyter-widgets/jupyterlab-manager
$ (secdetect) jupyter labextension install jupyter-matplotlib
$ (secdetect) jupyter nbextension enable --py widgetsnbextension

Getting started

See secdetect/notebooks/example.ipynb

Other resources for image segmentation

About

Small package for detecting tissue sections on ITO-coated glass

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published