How can i define a phantom in a typical nuclear medicine acquisition matrix size having a spot?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How can i define a phantom in a typical nuclear medicine acquisition matrix size having a spot?
0 commentaires
Réponses (1)
Image Analyst
le 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;
Voir également
Catégories
En savoir plus sur Get Started with MATLAB 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!