Skip to content

Instantly share code, notes, and snippets.

View Binghagoon's full-sized avatar
🧭
mining KRW

Minseong Kim Binghagoon

🧭
mining KRW
View GitHub Profile
@PingjunChen
PingjunChen / convert_svs_img.py
Last active December 13, 2023 16:39
Convert SVS file to TIFF image
# -*- coding: utf-8 -*-
__author__ = "Pingjun Chen"
__email__ = "chenpingjun@gmx.com"
import os, sys, pdb
import numpy as np
from scipy import misc
import matplotlib.pyplot as plt
from skimage import io
import openslide