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!