diff options
-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); |