Skip to content

Commit

Permalink
added adaptive box to flood map
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalvin committed Nov 13, 2024
1 parent 8ef8459 commit 40ff100
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flint/masking.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,9 @@ def reverse_negative_flood_fill(
image=base_image,
increase_factor=masking_options.flood_fill_positive_flood_clip,
box_size=masking_options.flood_fill_use_mbc_box_size,
adaptive_max_depth=masking_options.flood_fill_use_mbc_adaptive_max_depth,
adaptive_box_step=masking_options.flood_fill_use_mbc_adaptive_step_factor,
adaptive_skew_delta=masking_options.flood_fill_use_mbc_adaptive_skew_delta,
)
else:
# Sanity check the upper clip level, you rotten seadog
Expand Down

0 comments on commit 40ff100

Please sign in to comment.