Understanding DICOM image attributes to get axial/coronal/sagittal cuts

后端 未结 4 892
别跟我提以往
别跟我提以往 2021-02-10 12:24

I have to write a program in c# able to parse DICOM and display axial, coronal and sagittal cuts.

Seems like it\'s a lot of work, but I have to do it so !

Big fi

4条回答
  •  旧时难觅i
    2021-02-10 12:40

    Sometimes you have to build the different views. For example if you have a CT image set which are axial to the subject, then you can make your own slices for coronal and sagittal views by sampling the image set appropriately. I would start by writing code to simply display the data you have as is as a starting point. By the time that's working you'll have a deeper understanding of the issues.

提交回复
热议问题