paip-2019 / challenge

30 stars 10 forks source link

reading svs file #26

Closed DecentMakeover closed 5 years ago

DecentMakeover commented 5 years ago

Could someone kindly post code to read an svs file?

Thanks in advance.

PingjunChen commented 5 years ago

Hi Ryan, You may refer functions "load_wsi_head " and "load_wsi_level_img" in https://github.com/PingjunChen/pyslide/blob/master/pyslide/pyramid/_pyramid.py to load whole slide images. The python package openslide-python needs to be installed before use. The installation can refer to the "Installation" in README of https://github.com/openslide/openslide-python.

DecentMakeover commented 5 years ago

@PingjunChen Thanks a lot.

Are you taking part too?