Skip to content

Commit

Permalink
remove-unused-find_boundaries
Browse files Browse the repository at this point in the history
  • Loading branch information
FattanePourakpour committed Oct 31, 2024
1 parent 9bee5aa commit 6557944
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion histomicstk/features/compute_fsd_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def compute_fsd_features(im_label, K=128, Fs=6, Delta=8, rprops=None):
"""
import pandas as pd
from skimage.measure import regionprops
from skimage.segmentation import find_boundaries
from histomicstk.segmentation.label import trace_object_boundaries

# List of feature names
Expand Down

0 comments on commit 6557944

Please sign in to comment.