Statistics
3 Questions
0 Answers
RANK
295.757
of 297.503
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20.449
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 159.017
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
meer dan 10 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 10 jaar ago | 1 answer | 0
1
answerQuestion
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';'*...
meer dan 10 jaar ago | 1 answer | 0