rama
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
217,527
of 295,467
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
83.33%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
I want to do a knob for salt and pepper noise but the value of the noise dose not change
changingValue = event.Value; input=im2gray(a); %a is my image imshow(input,'Parent',app.UIAxes_2); ...
2 years ago | 2 answers | 0
2
answersQuestion
showing the histogram in UIAxes_2 And not separately in the application
my code: global a; global input; input=im2gray(a); imhist(input)...
2 years ago | 1 answer | 0
1
answerQuestion
I want to ask about adaptive thresholding in my application
I want to do the threshold in a slider and i don't know how, can anyone help me please
2 years ago | 1 answer | 0
1
answerQuestion
I want to add more buttons but the area that appears is different from the area that appears when I enlarge the screen in application
hi, Can anyone help me with the problem of showing the application page Because I want to add more buttons but the area that app...
2 years ago | 0 answers | 0
0
answersQuestion
I want to ask about low pass filter in app design
Hi guys, anyone can help me with this (low pass filter) code, I do not know why it's not working
2 years ago | 1 answer | 0
1
answerQuestion
How can I convert my image to a red image
this is my code: function redImage(app, event) a=getappdata(0,'a'); red=a; red(:,:,2:3)=...
2 years ago | 1 answer | 0