Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further implement image loader #34

Open
4 tasks
kretep opened this issue Jun 16, 2021 · 0 comments
Open
4 tasks

Further implement image loader #34

kretep opened this issue Jun 16, 2021 · 0 comments
Labels
Task A technical task needed to implement a user story

Comments

@kretep
Copy link
Contributor

kretep commented Jun 16, 2021

User Story

Technical debt

The image loader needs further implementation to enable easy access to the image data. Callers of image loader methods should not have to load the data themselves.

To Do

  • Move dicom image reader to image load module
  • Add function to load data (or at least cache the path) for scans + annotations for a specific patient. A reference (cache) to the reader should be kept to prevent reloading multiple times.
  • Make accessor function to retrieve scans (as vtkImageData) for loaded patient.
  • Make accessor function to retrieve the annotations (as an array of vtkImageData) for loaded patient. (Maybe also a specific annotation?)
@kretep kretep added the Task A technical task needed to implement a user story label Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task A technical task needed to implement a user story
Projects
None yet
Development

No branches or pull requests

1 participant