Community Profile

photo

sujith mv


calicut university

Active since 2015

Followers: 0   Following: 0

Message

Enginnering student
Professional Interests: Image Processing

Statistics

Feeds

View by

Question


while i was doing fusion of mri and ct images i wanted to find psnr of the fused image in order to do that matlab help provided me with an approximate of the image can anybody suggest what is significance of such image.
Z=imread('5.jpg'); P=rgb2gray(Z); Q=histeq(P); figure, imshow(Q); S=imread('6.jpg'); X=rgb2gray(S); figure, imshow(X); V=...

9 years ago | 1 answer | 0

1

answer

Question


I want to load two different images when i press two different push button and show them on 2 axis can anyone help
axes(handles.axes1); handles.output = hObject; [fn1 pn1] = uigetfile('*.jpg','select image'); if fn1 ~= 0 hand...

9 years ago | 1 answer | 0

1

answer