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)
How can i define a phantom in a typical nuclear medicine acquisition matrix size having a spot?

Réponses (1)

Image Analyst
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;

Catégories

En savoir plus sur Convert Image Type 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!

Translated by