Discussion:
Is it possible to visualize the annotations on the slide viewer with magnification self-adapted?
Doo Wong
2017-03-23 17:14:12 UTC
Permalink
Here:
https://github.com/openslide/openslide-python/tree/master/examples/deepzoom/templates
these html files creates visualization of the multi magnification images of
the slides. Is it possible to add annotation lines on the visualization
given the corresponding annotation lines' coordinates like below (with
magnification self-adapted)?
[image: 内嵌囟片 1][image: 内嵌囟片 2]
[image: 内嵌囟片 3]
Benjamin Gilbert
2017-05-24 05:57:15 UTC
Permalink
Post by Doo Wong
https://github.com/openslide/openslide-python/tree/master/examples/deepzoom/templates
these html files creates visualization of the multi magnification images of
the slides. Is it possible to add annotation lines on the visualization
given the corresponding annotation lines' coordinates like below (with
magnification self-adapted)?
Yes. Those visualizations use the OpenSeadragon viewer, which supports
overlays:

https://openseadragon.github.io/examples/ui-overlays/

OpenSeadragon uses a different coordinate system than OpenSlide, so
coordinate conversion may be necessary.

--Benjamin Gilbert

Loading...