How can i convert the chest x-ray images from JSRT database into png format?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
Walter Roberson
2020-1-27
编辑:Walter Roberson
2020-1-27
im8 = im2uint8(img);
imwrite(im8, 'OutputFileName.png')
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Biomedical Imaging 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!