How can i convert the chest x-ray images from JSRT database into png format?
    1 vue (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
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 commentaires
  Walter Roberson
      
      
 le 27 Jan 2020
				
      Modifié(e) : Walter Roberson
      
      
 le 27 Jan 2020
  
			im8 = im2uint8(img);
imwrite(im8, 'OutputFileName.png')
Réponses (0)
Voir également
Catégories
				En savoir plus sur Genomics and Next Generation Sequencing dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

