How can i convert the chest x-ray images from JSRT database into png format?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Walter Roberson
il 27 Gen 2020
Modificato: Walter Roberson
il 27 Gen 2020
im8 = im2uint8(img);
imwrite(im8, 'OutputFileName.png')
Risposte (0)
Vedere anche
Categorie
Scopri di più su Genomics and Next Generation Sequencing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!