photo

Ahmad Nor


2014 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Is there a problem if I use DummyImage to call an image in GUI? Because the saved processed image size difference is too big compared to original image. For example,original image is 458 kB but saved image is only 98 kB.
%load image axes(handles.axes1); handles.DummyImage = uigetfile({'*.jpg';'*.jpeg';'*.png';'*.bmp'}); guidata(hObject,ha...

10年弱 前 | 1 件の回答 | 0

1

回答

質問


I want to adjust the brightness of an image using slider.What can I do to make the slider start at middle position. What function should I use to make the image brighter if slider moved to the right and darker to the left?
%this is my current slider callback axes(handles.axes2); hChildAxes2 = get(handles.axes2,'Children'); a=get(hChildAxes2...

約10年 前 | 1 件の回答 | 0

1

回答

質問


How to save full size image in axes 2?
*(this is when I load an image in axes1)* axes(handles.axes1); handles.DummyImage = uigetfile({'*.jpg';'*.jpeg';'*.png';'*...

約10年 前 | 1 件の回答 | 0

1

回答