Feeds
提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 2 个回答 | 0
