How can i convert the chest x-ray images from JSRT database into png format?
1 view (last 30 days)
Show older comments
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 Comments
Walter Roberson
on 27 Jan 2020
Edited: Walter Roberson
on 27 Jan 2020
im8 = im2uint8(img);
imwrite(im8, 'OutputFileName.png')
Answers (0)
See Also
Categories
Find more on Biomedical Imaging in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!