Problem with dicomwrite pixel values
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Jorge Mario Guerra González
am 20 Sep. 2016
Bearbeitet: Jorge Mario Guerra González
am 20 Sep. 2016
I've been working on a project where I use the DICOM write function to save my files after procesing, values of my matrix go from -1024 to 3072, however, after writing, scale changes and now they're between -2048:2048. My code is as follows:
M=int16(M);
dicomwrite(M,filename,info);
Any help would be truly apreciated.
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu DICOM Format finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!