how to change color images
2 次查看(过去 30 天)
显示 更早的评论
Hi all, i try to fuse between two image.
my coding as below, and my picture as attached.
B = dicomread('TRANSA001_CT025.dcm');
A = dicomread('PETWB001_PT025.dcm');
scale = 512/256
C = imresize(B,scale);
imhowpair(C,B)
My question is, how to change my color for C and B? i want different color for both. so that i easy to see which one is C, and which one is B.
Anyone can help me?
2 个评论
KALYAN ACHARJYA
2021-1-22
Have you tried imregister?
https://in.mathworks.com/help/images/ref/imregister.html
采纳的回答
Gaurav Garg
2021-1-25
Hi,
Though style transfer may not be applicable in your case, but imfuse and imregister provide very similar functionality you want to achieve.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!