Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Refactoring of image I/O to accept data from memory and output to memory #346

Open
stian-johnsen opened this issue Apr 30, 2019 · 0 comments
Assignees

Comments

@stian-johnsen
Copy link
Collaborator

stian-johnsen commented Apr 30, 2019

This is a subtask of ticket #124:
NiftyNet currently can only read images from the F/S and write results to the F/S. In order to make NiftyNet truly useful as a module in 3rd party code, it should be modified such that it can also accept images from memory and write to memory. To this end, this ticket proposes to generalise niftynet.io.image_reader.ImageReader into the general notion of an image source. Similarly, at the other end of the pipeline, there should be an image sink.

@stian-johnsen stian-johnsen self-assigned this Apr 30, 2019
stian-johnsen pushed a commit that referenced this issue May 16, 2019
…gregators into abstract image source, sink, and data-set partitioner classes with file and memory implementations
stian-johnsen pushed a commit that referenced this issue May 16, 2019
stian-johnsen pushed a commit that referenced this issue May 16, 2019
stian-johnsen pushed a commit that referenced this issue May 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants