Project-MONAI / MONAILabel

MONAI Label is an intelligent open source image labeling and learning tool.
https://docs.monai.io/projects/label
Apache License 2.0
600 stars 194 forks source link

OHIF - Support Load/Export Labelmap #256

Closed SachidanandAlle closed 3 years ago

SachidanandAlle commented 3 years ago

option to download/export labelmap as .nrrd (NRRD) or .npz (numpy) formats Also needed an action upload existing labelmaps from .nrrd files

Later it can be extended to support .nii formats (Refer: http://scijs.net/packages/#scijs/ndarray)

SachidanandAlle commented 3 years ago

We can export or save labels in nrrd (if image headers available).. otherwise save label will export the binary image to image server for further nifti/dicom conversion.

Currently we don't need Load feature. Existing dicom seg can from server directly.