Skip to content

Commit

Permalink
pr
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmeunier79 committed Nov 4, 2024
1 parent dbcb41e commit 857cb0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions macapype/nodes/surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ def getLargestCC(segmentation):
data[data > 0] = 1
binary = np.array(data, dtype="bool")

# skimage

# skimage GCC
new_data = getLargestCC(binary)

Expand Down

0 comments on commit 857cb0c

Please sign in to comment.