From b25c2a9b1f7571c1f6e83ef1e980dd8a94a2d8b1 Mon Sep 17 00:00:00 2001 From: William Silversmith Date: Fri, 20 Dec 2024 01:33:40 -0500 Subject: [PATCH] docs: add more description of new functions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad86262..a4c89b6 100644 --- a/README.md +++ b/README.md @@ -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