the method definitions of strel_box have a dims kwarg:
|
function strel_box(A::AbstractArray{T,N}, dims=coords_spatial(A); r::Union{Nothing,Dims{N},Int}=nothing) where {T,N} |
|
function strel_box(sz::Dims{N}, dims=ntuple(identity, N); r::Union{Nothing,Dims{N},Int}=nothing) where {N} |
but the docstring does not:
|
strel_box(A; r=1) |
|
strel_box(size; r=size .÷ 2) |
the method definitions of
strel_boxhave adimskwarg:ImageMorphology.jl/src/StructuringElements/strel_box.jl
Line 115 in 2ce397f
ImageMorphology.jl/src/StructuringElements/strel_box.jl
Line 126 in 2ce397f
but the docstring does not:
ImageMorphology.jl/src/StructuringElements/strel_box.jl
Lines 71 to 72 in 2ce397f