How can i convert the chest x-ray images from JSRT database into png format?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 27 de En. de 2020
Editada: Walter Roberson
el 27 de En. de 2020
im8 = im2uint8(img);
imwrite(im8, 'OutputFileName.png')
Respuestas (0)
Ver también
Categorías
Más información sobre Genomics and Next Generation Sequencing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!