fo-dicom / fo-dicom-samples

Sample applications associated with the fo-dicom framework
Other
152 stars 143 forks source link

MPR #88

Open ChaithikaPrabudda opened 1 year ago

ChaithikaPrabudda commented 1 year ago

how can i use this library to create MPR? any documentation?

gofal commented 8 months ago

you can use fo-dicom to read, open and parase DICOM files. With fo-dicom you can extract the raw pixel data, or the rendered pixel data with windowing properties applied. MPR is rather part of an viewing-application, where you have some canvas or panel or some opengl-window or whatever and where you then take the pixel data (that you can extract from the file with help of fo-dicom) and present them as scrollable stack or as volume. fo-dicom contains some basic classes, but full MPR is not supported at the moment. If you manage to develop it, then it would be helpful also for other users if you contribute it on github.