JuliaImages / JuliaImages/ImageFiltering.jl
Add ability to multiply kernels by scalars
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 104
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice if we had the ability to multiply a kernel by a scalar without having to convert it to an AbstractArray first.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files or tests. Start by tracing the kernel and AbstractArray conversion APIs in ImageFiltering.jl, then determine the expected scalar-multiplication behavior and add coverage for it. Done means kernels can be multiplied by scalars without first converting them to AbstractArray, with the relevant tests passing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- computer-vision
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100