JuliaImages / JuliaImages/ImageCore.jl
`rawview` hides AxisArray
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 28
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
Currently rawview doesn't returns a MappedArray that doesn't have access to some of AxisArray's methods.
using TestImages
mri = testimage("mri");
axisnames(rawview(channelview(mri)))
I would prefer that axis information isn't removed from the the "raw view" of the Array. Is this an issue with the current implementation of rawview or should I being using something else?
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
Start by reproducing the Julia snippet using TestImages, channelview, rawview, and axisnames, then locate the rawview implementation in ImageCore.jl. Determine whether the raw view can retain AxisArray information; done means the demonstrated axisnames call works as expected or the supported alternative is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- computer-vision
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100