How can i convert the chest x-ray images from JSRT database into png format?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
How can i convert the chest x-ray images from JSRT database into png format?
Link for the database: http://db.jsrt.or.jp/eng.php
3 Kommentare
Walter Roberson
am 27 Jan. 2020
Bearbeitet: Walter Roberson
am 27 Jan. 2020
im8 = im2uint8(img);
imwrite(im8, 'OutputFileName.png')
Antworten (0)
Siehe auch
Kategorien
Mehr zu Biomedical Imaging 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!