Skip to content

Commit

Permalink
docs: note that fill voids is single threaded
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Dec 29, 2023
1 parent e2c0b35 commit 917ed66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

This is a collection of morphological 3D image operations that are tuned for working with dense 3D labeled images.

We provide the following multithreaded operations:
We provide the following multithreaded (except where noted) operations:

- Multi-Label Stenciled Dilation, Erosion, Opening, Closing
- Multi-Label Spherical Erosion
- Binary Spherical Dilation, Opening, and Closing
- Multi-Label Fill Voids
- Multi-Label Fill Voids (single threaded)

Highlights compared to other libraries:

Expand Down

0 comments on commit 917ed66

Please sign in to comment.