diff options
author | Christian C <cc@localhost> | 2025-03-06 15:43:27 -0800 |
---|---|---|
committer | Christian C <cc@localhost> | 2025-03-06 15:43:27 -0800 |
commit | 8a1c5273e47495ed1482e20fc799d279948c481f (patch) | |
tree | 38380d6f5a5df5daedf4a7f89dc382c5126bb517 /src | |
parent | 75594765aee66eed792a51cdbba4cc3aa64145d2 (diff) |
Annotate flow of program
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); |