How can i define a phantom in a typical nuclear medicine acquisition matrix size having a spot?
    4 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
How can i define a phantom in a typical nuclear medicine acquisition matrix size having a spot?
0 Commenti
Risposte (1)
  Image Analyst
      
      
 il 6 Mar 2015
        What do you mean by define? You mean make a virtual phantom? Well you can just create an image
grayImage = zeros(rows, columns);
Then set some (row, column) location to a value
grayImage(row, column) = someValue;
Vedere anche
Categorie
				Scopri di più su Image Processing Toolbox 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!