Closed mezwick closed 2 years ago
Hi Merrick,
If you want to work with the images as numpy arrays, it's best to open them outside of paquo via tools like openslide, or our tiffslide.
you can get the file uri of an image in a qupath project via image.uri
Let me know if that answers your question.
Cheers, Andreas :smiley:
Thanks Andeas!
Hi, From the point of accessing QuPath project images in python via paquo, is it possible to open image raw data as a numpy array? Or can i export images from my qp project?
For instance, how might i do this for the below
image
Best, Merrick