image display with imtool
Ältere Kommentare anzeigen
Hi Everyone.
Anyone can help me. If i have 20 slice image PET (256x256 dimensions, dicom format), how to me:
1)display all the slice?
2) at the same time, when i move the courser at every picture, i it will show the location(X, Y) and the pixel value(intensity) such as use imtool code.
Here is my try code: alldata = zeros(256, 256, 20); for K = 1 : 20 petname = sprintf('PET%03d.dcm', K); alldata(:, :, K) = combinedata; end
montage(alldata, []);
BUT IS DOES'T WORK
Anyone please help me
1 Kommentar
mohd akmal masud
am 14 Dez. 2017
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Explore and Edit Images with Image Viewer App finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!