Search Unity

Question Display Dicom Image in Unity through Pixel Data

Discussion in 'AR' started by DianaRito0304, Oct 24, 2022.

  1. DianaRito0304

    DianaRito0304

    Joined:
    May 16, 2022
    Posts:
    4
    Does anyone know how to display a TC image in Unity using the pixel data from the Dicom files? I already managed to get to the image through DicomImage, but I wanted to do the same through PixelData (Tag (7FE0,0010)). I've tried several approaches, but I can't and I don't know if the problem is with the data processing or the Texture2D I use (which also doesn't seem appropriate).

    Can anyone help me?