regions.pyx 84 B

123456
  1. import numpy as np
  2. def find_region_outline(src_grid: np.ndarray, value):
  3. pass