How to display a 3D numpy array (angiography - dicom file) frame by frame with PyQt?

80 Views Asked by At

I am currently started to use PyQt as a GUI. I would like to create a mini application, which can display a 3D numpy array frame by frame, which is actually an angiography Dicom file, it is a time series image sequence.

I searched the internet I have found some similar projects but they did not do the same what I actually want. I am new in this topic so I do not know how to implement the algorithm. I have also found that with QTDesigner it is easy to create my own little GUI, but the difficulty comes when I have to load this 3D array and I have to integrate it with my GUI.

0

There are 0 best solutions below