Convert Dicom Files in multiplanar Xray

Hi, I am planing to create a plugin and i am looking for a solution to convert a dicom file to a multiplanar 2d xray image. My approach would have been to convert the dicom file into a stack of 2d images and use volumeric shaders and colorshaders to simulate the xray. Is this approach implementable? What data type should be chosen for the 2d images? Is 3DSlicer the right platform for this approach? Any help is welcome.

You can load the dicom data in slicer and experiment. The volume rendering is not exactly a simulated x ray image but maybe you can adjust the parameters. If not you can access the raw data and implement whatever ray summation algorithm you need. Typically dicom will be 16 bit ints, but you may change to float for calculations.

1 Like