Skip to content

Commit

Permalink
docs: add more description of new functions
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Dec 20, 2024
1 parent d5bd1ac commit b25c2a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@ python setup.py develop

The following functions are available with examples below:
- Connected Component Labeling (CCL)
- Removal of small objects ("dust")
- Calculating centroids, bounding boxes, and voxel counts
- Removal of small objects ("dust") (or large objects)
- Extraction of k largest objects
- Fast extraction of all objects one-by-one
- Calculation of contact surface area and contact network
- Extraction of a per voxel connectivity graph
- Extraction and coloring of a per voxel connectivity graph

```python
import cc3d
Expand Down

0 comments on commit b25c2a9

Please sign in to comment.