JuliaImages / JuliaImages/ImageCore.jl

`rawview` hides AxisArray

Open
#84 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.