Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

LEICA 3D - Z Layer #166

Open
selko opened this Issue Nov 18, 2015 · 3 comments

Comments

Projects
None yet
2 participants

selko commented Nov 18, 2015

Hi, someone knows if openslide supports new svs file with tridimensional or z-stack function?

Owner

bgilbert commented Dec 7, 2015

OpenSlide will need API extensions (#31) before it can return data from alternate planes. Until then, we should at least be able to open z-stack files and return data from the center plane, but I don't know whether that currently works for SVS slides. Do you have any sample files you could send me?

selko commented Jan 27, 2016

I can send you a sample file but it's too heavy. Another question,do you know how can i access a specific layer from a wsi via web or with openslide functions. I was trying to make it with openseadragon but i'm little bit stuck... My purpose is to draw a specific region via canvas to make some kind of image analysis later. my first main idea is to know with a simple click which tile i clicked at the highest level for instance.

selko commented Jan 27, 2016

I can get another WSI from different medical scanners if you are interested too. Kind regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment