image contrast brightness adjust
Mostra commenti meno recenti
Hi all
i want try open multiple images using implay. but want to change contrast first. Below is my code, but still error. anyone can help me.
P = zeros(512, 512, 313);
for K = 1 : 313
petname = sprintf('TRANSA001_CT%03d.dcm', K);
P(:,:,K) = dicomread(petname);
end
Out(:,:,K) = imadjust(P(:,:,K));
implay(Out, [-182 292]);
9 Commenti
KSSV
il 14 Mar 2018
What error you facing? Show us the error and error line.
mohd akmal masud
il 14 Mar 2018
KSSV
il 14 Mar 2018
problem is at implay..I think imadjust is working fine.
mohd akmal masud
il 14 Mar 2018
KSSV
il 14 Mar 2018
What is class and size of out ?
simply try:
implay(Out)
mohd akmal masud
il 14 Mar 2018
mohd akmal masud
il 14 Mar 2018
KSSV
il 14 Mar 2018
implay(Out, [-182 292]);
What is Out class?
mohd akmal masud
il 14 Mar 2018
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Image Preview and Device Configuration in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!