Local thickness wrapper
Compare changes
- fima authored
+ 28
− 16
@@ -6,36 +7,43 @@ from skimage.filters import threshold_otsu
@@ -45,7 +53,11 @@ def local_thickness(image: np.ndarray, scale: float = 1, mask: Optional[np.ndarr
@@ -55,4 +67,4 @@ def local_thickness(image: np.ndarray, scale: float = 1, mask: Optional[np.ndarr
\ No newline at end of file