Skip to content

doc dims kwarg arg in strel_box #140

@bjarthur

Description

@bjarthur

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions