InsightSoftwareConsortium / InsightSoftwareConsortium/itkwidgets
Support images originating in the ImageJ VM
Open
- Dominant language
- Python
- Stars
- 624
- Forks
- 83
- PR merge metrics
- No merged PRs in 30d
Description
Now we support
NumPy array -> ImageJ -> NumPy array -> ITK -> View
In the future we want to also support:
ImageJ -> ITK -> View
This can be made possible with:
```
imagej.py.from_java(image)
```
which should support both use cases.
- [ ] Make sure the first use case is supported by `imagej`. Tracked in https://github.com/imagej/pyimagej/issues/32
- [ ] Update *itkwidgets/_to_itk.py*
- [ ] Update the ImageJ example to also demonstrate the second use case
Suggested-by: @ctrueden
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.