Say for a reconstructed image (R) obtained from an original image(O), I want to design a GUI that shows the PSNR value in the text field. How will I implement this concept while clicking a pushbutton? Thankyou in advance.

1 次查看(过去 30 天)
% --- Executes on button press in pushbutton1. function pushbutton1_Callback(hObject, eventdata, handles) % hObject handle to pushbutton1 (see GCBO) % eventdata reserved - to be defined in a future version of MATLAB % handles structure with handles and user data (see GUIDATA) i= imread('bday2007.jpg'); axes(handles.axes1) imshow(i); j=imread('h1.jpg'); axes(handles.axes2) imshow(j);

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Labels and Annotations 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by