Statistics
4 Questions
0 Answers
RANK
78,559
of 301,172
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 21,183
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,200
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Histogram and cumulative distribution function
I am trying to find the bin number for which the area of cdf of variable X is 25% of total area. Is there any inbuilt function ...
5 years ago | 0 answers | 0
0
answersQuestion
How to implement sign operator using matlab
I was trying to implement a filter for digital image processing which require sign operator ie. Can some tell me how to calu...
5 years ago | 1 answer | 0
1
answerQuestion
Implementation of selected variation of image
I=rgb2gray(imread("teddy.jpg")) figure,imshow(I) w_size = 4 beta=0.1 B = ones(w_size*2+1) U = conv2(double(I), B,"same") ...
5 years ago | 0 answers | 0
0
answersQuestion
Selecting pixel of image
I am trying to manipulate the pixel of image by using a window. Can someone help me? Thanks in advance
5 years ago | 2 answers | 0
