Skip to content

Commit

Permalink
docs: show that cross_sectional_area_contacts is available
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Feb 8, 2024
1 parent f084079 commit 23f2daa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ skels = kimimaro.cross_sectional_area(
)
skel = skels[0]
skel.cross_sectional_area # array of cross sectional areas
skel.cross_sectional_area_contacts # non-zero contacted the image border

# Split input skeletons into connected components and
# then join the two nearest vertices within `radius` distance
Expand Down

0 comments on commit 23f2daa

Please sign in to comment.