Skip to main content

Post-processing function used in 'Segmentation of Nuclei in Histopathology Images by deep regression of the distance map'.

Project description

dynamic_watershed

Package description

We implement the splitting algorithm for splitting nuclei nucleas described in in 'Nuclei segmentation in histopathology images using deep neural networks'. This algorithm is essentially a dynamic watershed. The main function is named: post_process.

Installation

dynamic_watershed can be installed by unzipping the source code in one directory and using this command: ::

python setup.py install

You can also install it directly from the Python Package Index with this command (not working yet): ::

pip install dynamic_watershed

Example

>>> from dynamic_watershed import post_process
>>> from skimage.io import imread
>>> probability_image = imread('example.png')
>>> p1, p2 = 7, 0.5
>>> result_segmentation = post_process(probability_image, p1, thresh=p2)

Licence

See file LICENCE.txt in this folder.

Contribute

dynamic_watershed is an open-source software. Everyone is welcome to contribute !

Cite

If you use this work please cite our paper.

BibTeX:

  @inproceedings{naylor2017nuclei,
    title={Nuclei segmentation in histopathology images using deep neural networks},
    author={Naylor, Peter and La{\'e}, Marick and Reyal, Fabien and Walter, Thomas},
    booktitle={Biomedical Imaging (ISBI 2017), 2017 IEEE 14th International Symposium on},
    pages={933--936},
    year={2017},
    organization={IEEE}
    }

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dynamic_watershed-1.0.0.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

dynamic_watershed-1.0.0-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file dynamic_watershed-1.0.0.tar.gz.

File metadata

  • Download URL: dynamic_watershed-1.0.0.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.5

File hashes

Hashes for dynamic_watershed-1.0.0.tar.gz
Algorithm Hash digest
SHA256 4a93a2db301b0e7ada01c0088f96c75c2c4aeed8a6c01d7e68e90d4bcfe71ce7
MD5 99afa6a29b55d08361c28c3063489556
BLAKE2b-256 58b884037482e0afea95649abbedce375dd01e057da49eeefa5c310d67a3e4ae

See more details on using hashes here.

File details

Details for the file dynamic_watershed-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: dynamic_watershed-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 5.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.5

File hashes

Hashes for dynamic_watershed-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3664b527876ede96684695cb439681d765e6d1a58cb13120c82321c9264ad25a
MD5 18399d223971cbf839b160d244c12a0a
BLAKE2b-256 ef854ff2d1ba2eb4a075b1167c9fdbb8de915070e3249147f80507b7c2e808e1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page