Skip to content

Commit

Permalink
Fix mistake in docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
joa-quim committed Jan 15, 2025
1 parent 807e7e9 commit 4852b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lepto_funs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ end
"""
J = imclose(I::Union{GMTimage{<:UInt8, 2}, GMTimage{<:Bool, 2}}; hsize=3, vsize=3, sel=nothing)::GMTimage
Open the grayscale or binary image I.
Close the grayscale or binary image I.
The morphological close operation is a dilation followed by an erosion, using the same structuring element
for both operations.
Expand Down

0 comments on commit 4852b33

Please sign in to comment.