image contrast brightness adjust
古いコメントを表示
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 件のコメント
KSSV
2018 年 3 月 14 日
What error you facing? Show us the error and error line.
mohd akmal masud
2018 年 3 月 14 日
KSSV
2018 年 3 月 14 日
problem is at implay..I think imadjust is working fine.
mohd akmal masud
2018 年 3 月 14 日
KSSV
2018 年 3 月 14 日
What is class and size of out ?
simply try:
implay(Out)
mohd akmal masud
2018 年 3 月 14 日
mohd akmal masud
2018 年 3 月 14 日
KSSV
2018 年 3 月 14 日
implay(Out, [-182 292]);
What is Out class?
mohd akmal masud
2018 年 3 月 14 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Image Preview and Device Configuration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!