Dynamic Scan DICOM File how to seperate into frames by number of counts
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
I have a DICOM file of a 'Dynamic Scan' which has 15000 frames. I would like to sum each frame until it reaches 20M counts and then loop to continue and sum until the entire set of frames has been split into 20M count files. How would I go about doing this?
Thanks.
0 comentarios
Respuestas (1)
Rik
el 25 de Jul. de 2017
I assume the scan is too large to load at once? If not, how is the scan represented in data? If it is a 3D matrix, you can use a double call to sum followed by cumsum to find the frame numbers where you want to make the split.
0 comentarios
Ver también
Categorías
Más información sobre DICOM Format en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!