我需要将一个tif图像分割为多个补丁。图像的分辨率是十亿像素,在我的机器上需要很长时间。
可以在Google Google上使用OpenSlide吗?
发布于 2019-01-16 12:09:05
这真的很简单。刚刚运行了以下命令:
!apt update && apt install -y openslide-tools !pip install openslide-python
https://stackoverflow.com/questions/54208457
相似问题