Operating system:win 10
Slicer version:4.10
Expected behavior:
Actual behavior:
Hi,everyone.
I would like to know" Is it possible to display a segmented data with " nrrd " format in slicer 3D view ?“.
Here " segmented data” means , it is not segmented by slicer (i didn’t use the " Segment Editor " module to do this work.) The below pic shows how my " segmented data" looks like( i open it with ITK-SNAP):
Black pixel value 0
Grey pixel value 1
White pixel value 2
There are 3 parts basically.
I noticed some differences when i do the segmentation work with slicer(using "Segment editor ") as well as without slicer (using my own method to obtain segmented results).
With slicer , i can oabtain results with the following pic, we can see the segmented result is the “Segmentation.seg.nrrd” file and " iDose (1) Processed-SimpleITK.nrrd" is the voulme data.
Without slicer, i have the following files, " idose(1)-wxy.nrrd" is the volume data , “Segment_1.nrrd” is my " segmented data".
Then ,here is my question, how am i able to convert “Segment_1.nrrd” to “Segment_1.Seg.nrrd”( i guess the data should be in “.Seg.nrrd” format for all the segmented data to correctly display in slicer views ),so i can display my " segmented data" correctly in slicer view.
Is there anything i can do to achieve this goal ?
Any help would be appreciated.