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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答