Skip to content

Instantly share code, notes, and snippets.

View Binghagoon's full-sized avatar
😴
dreaming of mining KRW

Minseong Kim Binghagoon

😴
dreaming of mining KRW
View GitHub Profile
@PingjunChen
PingjunChen / convert_svs_img.py
Last active April 13, 2026 04:32
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