The Wayback Machine - https://web.archive.org/web/20220508122414/https://github.com/topics/pathology
Skip to content
#

pathology

Here are 106 public repositories matching this topic...

alessiamarcolini
alessiamarcolini commented May 5, 2022

Describe the bug
LocalOtsuThreshold should return a binary mask as np.ndarray, like its "sibling" OtsuThreshold

  1. We should not apply np_to_pil before returning, but threshold_to_mask (like OtsuThreshold)
  2. The docstrings of LocalOtsuThreshold and local_otsu_threshold are different, while they should be the same.
  3. Type hints need to be fixed as well to reflect the new
bug good first issue
slideflow
jamesdolezal
jamesdolezal commented Apr 21, 2022

Feature

Currently, WSI objects use a .build_generator() method to iterate through image tiles from the slide. For ease of use, WSI objects should be directly iterable.

Pitch

Iterable WSI objects which return ((loc_x, loc_y), image) for each image in the slide.

Alternatives

The current alternative is to call WSI.build_generator(), which is non-obvious to the end us

enhancement good first issue

Improve this page

Add a description, image, and links to the pathology topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pathology topic, visit your repo's landing page and select "manage topics."

Learn more