aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian C <cc@localhost>2025-03-06 15:43:27 -0800
committerChristian C <cc@localhost>2025-03-06 15:43:27 -0800
commit8a1c5273e47495ed1482e20fc799d279948c481f (patch)
tree38380d6f5a5df5daedf4a7f89dc382c5126bb517 /src
parent75594765aee66eed792a51cdbba4cc3aa64145d2 (diff)
Annotate flow of program
Diffstat (limited to 'src')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 28b7399..156a873 100644
--- a/src/main.c
+++ b/src/main.c
@@ -154,10 +154,11 @@ int main(int argc, char** argv)
if (!silent) {
printf("Removing small labels took %f ms\n", 1000*diff_time(&ts_filter_end, &ts_filter_start));
}
-
//-----------------------------------------------
//-FIND-CONTIGUOUS-REGIONS-----------------------
//-----------------------------------------------
+ //--to-make-labels-span-1-to-n-------------------
+ //-----------------------------------------------
reduce_contiguous_regions(&masks, width, height, &starting_label);
if (!silent) {
printf("%u remaining labels found\n", starting_label-1);