diff options
Diffstat (limited to 'include/lib/algo/flood_fill.h')
-rw-r--r-- | include/lib/algo/flood_fill.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/lib/algo/flood_fill.h b/include/lib/algo/flood_fill.h index a48f4a1..81ed6fd 100644 --- a/include/lib/algo/flood_fill.h +++ b/include/lib/algo/flood_fill.h @@ -6,7 +6,6 @@ #include <stddef.h> #include <stdint.h> -//----------------------------------------------- // Flood // Floods a mask from a given set of image to determine the contiguous regions // 1. Check that the (x,y) is within the picture |