Skip to content

Instantly share code, notes, and snippets.

View PerretB's full-sized avatar

Benjamin Perret PerretB

View GitHub Profile
@PerretB
PerretB / connected-filters-v2.ipynb
Created October 10, 2025 09:21
Connected filters - v2.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@PerretB
PerretB / connected-filters.ipynb
Created March 3, 2020 13:35
Connected filters.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@PerretB
PerretB / hierarchy_assessment.py
Last active March 24, 2020 10:26
Image hierarchical segmentation assessment
import numpy as np
import higra as hg
import h5py
import random
import io
import imageio
import scipy.interpolate
from multiprocessing import Pool
import functools
import matplotlib.pyplot as plt