Skip to content

Commit

Permalink
doc: clarify docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
cpaniaguam committed Nov 18, 2024
1 parent a1bc175 commit ca8a412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/regularize-final.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ using IceFloeTracker: unsharp_mask, to_uint8, reconstruct, hbreak, morph_fill
Regularize `img` by:
1. increasing the maxima of `img` by a factor of `factor`
2. filtering `img` at positions where `segment_mask` and `L0mask` are true
2. filtering `img` at positions where either `segment_mask` or `L0mask` are true
3. filling holes
# Arguments
Expand Down

0 comments on commit ca8a412

Please sign in to comment.